/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothManager.java | 203 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO)); in openGattServer() 223 return (openGattServer(context, callback, BluetoothDevice.TRANSPORT_AUTO, eatt_support)); in openGattServer()
|
D | BluetoothDevice.java | 1210 TRANSPORT_AUTO, 1222 public static final int TRANSPORT_AUTO = 0; field in BluetoothDevice 1710 return createBond(TRANSPORT_AUTO); in createBond() 2256 return fetchUuidsWithSdp(TRANSPORT_AUTO); in fetchUuidsWithSdp() 2964 return (connectGatt(context, autoConnect, callback, TRANSPORT_AUTO)); in connectGatt()
|
/packages/modules/Bluetooth/system/service/common/bluetooth/ |
D | low_energy_constants.h | 58 enum Transport { TRANSPORT_AUTO = 0, TRANSPORT_BREDR = 1, TRANSPORT_LE = 2 }; enumerator
|
/packages/modules/Connectivity/nearby/tests/robotests/src/com/android/libraries/testing/deviceshadower/shadows/bluetooth/ |
D | ShadowBluetoothDevice.java | 64 : BluetoothDevice.TRANSPORT_AUTO; in getBondTransport()
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/gatt/ |
D | gatt_connect_test.py | 296 …gatt_callback, mac_address, autoconnect, GattTransport.TRANSPORT_AUTO, False, GattPhyMask.PHY_LE_1… 348 … self.central, mac_address, False, transport=GattTransport.TRANSPORT_AUTO, opportunistic=False) 359 … self.central, mac_address, False, transport=GattTransport.TRANSPORT_AUTO, opportunistic=True) 980 transport = GattTransport.TRANSPORT_AUTO
|
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/ |
D | security.py | 35 TRANSPORT_AUTO = "0" variable in Security
|
/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_constants.py | 314 TRANSPORT_AUTO = 0x00 variable in GattTransport
|
D | bt_gatt_utils.py | 50 transport=GattTransport.TRANSPORT_AUTO,
|
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/ |
D | oob_pairing_sl4a_test.py | 73 TRANSPORT_AUTO = "0" variable in OobPairingSl4aTest
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | HandoverDataParser.java | 96 public int transport = BluetoothDevice.TRANSPORT_AUTO;
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/ |
D | AdapterService.java | 19 import static android.bluetooth.BluetoothDevice.TRANSPORT_AUTO; 2754 return fetchRemoteUuidsWithAttribution(device, TRANSPORT_AUTO, in fetchRemoteUuids() 2776 if (transport != TRANSPORT_AUTO) { in fetchRemoteUuidsWithAttribution()
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_btservice_AdapterService.cpp | 59 #define TRANSPORT_AUTO 0 macro
|
/packages/modules/Bluetooth/framework/api/ |
D | current.txt | 572 field public static final int TRANSPORT_AUTO = 0; // 0x0
|