Home
last modified time | relevance | path

Searched defs:eatt_support (Results 1 – 17 of 17) sorted by relevance

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc35 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc88 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister()
Dbta_gatts_int.h71 bool eatt_support; member
Dbta_gattc_api.cc82 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
Dbta_gattc_act.cc174 BtaAppRegisterCallback cb, bool eatt_support) { in bta_gattc_register()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc277 bool eatt_support) { in btif_gatts_register_app()
Dbtif_gatt_client.cc261 bool eatt_support) { in btif_gattc_register_app()
265 [](const Uuid& uuid, bool eatt_support) { in btif_gattc_register_app()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl103 …erClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support, in Attribu… in registerClient()
152 …er(in ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_support, in Attribu… in registerServer()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc232 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1112 bool eatt_support, in gatt_tcb_get_cid_available_for_indication()
1175 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support) { in gatt_tcb_get_att_cid()
Dgatt_api.cc1221 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc138 bool eatt_support) { in __anon70662fa50602()
Dbta_dm_disc_legacy.cc166 bool eatt_support) { in __anon374869590602()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java2085 boolean eatt_support, in registerClient()
2095 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_support); in registerClient() local
3126 boolean eatt_support, in registerServer()
3136 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_support); in registerServer() local
/packages/modules/Bluetooth/floss/pandora/floss/
Dgatt_client.py666 def register_client(self, app_uuid, eatt_support): argument
Dgatt_server.py1325 def register_server(self, app_uuid, eatt_support): argument
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1319 jboolean eatt_support) { in gattClientRegisterAppNative()
1926 jboolean eatt_support) { in gattServerRegisterAppNative()