Can TX2 read digital data from bluetooth mic ??

And today I borrowed someone else usb bluetooth dongle, ‘hciconfig-a’ results shown below:

nvidia@tegra-ubuntu:~$ hciconfig -a
hci2:	Type: BR/EDR  Bus: UART
	BD Address: 00:04:4B:8C:64:75  ACL MTU: 1021:8  SCO MTU: 64:1
	UP RUNNING PSCAN 
	RX bytes:766 acl:0 sco:0 events:48 errors:0
	TX bytes:1560 acl:0 sco:0 commands:48 errors:0
	Features: 0xbf 0xfe 0xcf 0xfe 0xdb 0xff 0x7b 0x87
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: RSWITCH SNIFF 
	Link mode: SLAVE ACCEPT 
	Name: 'tegra-ubuntu #3'
	Class: 0x2c0000
	Service Classes: Rendering, Capturing, Audio
	Device Class: Miscellaneous, 
	HCI Version: 4.1 (0x7)  Revision: 0x1000
	LMP Version: 4.1 (0x7)  Subversion: 0x610c
	Manufacturer: Broadcom Corporation (15)

hci1:	Type: BR/EDR  Bus: USB
	BD Address: 00:1A:7D:DA:71:11  ACL MTU: 310:10  SCO MTU: 64:8
	UP RUNNING PSCAN 
	RX bytes:258661 acl:46 sco:4850 events:1228 errors:0
	TX bytes:911167 acl:2185 sco:4843 commands:89 errors:0
	Features: 0xff 0xff 0x8f 0xfe 0xdb 0xff 0x5b 0x87
	Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
	Link policy: RSWITCH HOLD SNIFF PARK 
	Link mode: SLAVE ACCEPT 
	Name: 'tegra-ubuntu'
	Class: 0x2c0000
	Service Classes: Rendering, Capturing, Audio
	Device Class: Miscellaneous, 
	HCI Version: 4.0 (0x6)  Revision: 0x22bb
	LMP Version: 4.0 (0x6)  Subversion: 0x22bb
	Manufacturer: Cambridge Silicon Radio (10)

hci0:	Type: BR/EDR  Bus: SDIO
	BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
	DOWN 
	RX bytes:0 acl:0 sco:0 events:0 errors:0
	TX bytes:0 acl:0 sco:0 commands:0 errors:0
	Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
	Packet type: DM1 DH1 HV1 
	Link policy: 
	Link mode: SLAVE ACCEPT

the magic thing is when I use the USB Bluetooth dongle connected to the Bluetooth headset, the playback and recording are all functional, but when I pulled the USB Bluetooth dongle out,and use Built-in Bluetooth adapter, I can not recording again. So it makes me very confused,why the built-in Bluetooth adapter can not record but the USB Bluetooth dongle can?