Home
last modified time | relevance | path

Searched defs:TRANSPORT_BREDR (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/lib/
Dsecurity.py36 TRANSPORT_BREDR = "1" variable in Security
/packages/modules/Bluetooth/system/blueberry/tests/gd_sl4a/security/
Doob_pairing_sl4a_test.py74 TRANSPORT_BREDR = "1" variable in OobPairingSl4aTest
/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_constants.py315 TRANSPORT_BREDR = 0x01 variable in GattTransport
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothDevice.java1278 public static final int TRANSPORT_BREDR = 1; field in BluetoothDevice
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp61 #define TRANSPORT_BREDR 1 macro