Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc35 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
136 bool eatt_support) { in BTA_GATTS_AppRegister()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc87 bool eatt_support) { in BTA_GATTS_AppRegister()
Dbta_gatts_int.h71 bool eatt_support; member
Dbta_gattc_api.cc80 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
Dbta_gattc_act.cc168 BtaAppRegisterCallback cb, bool eatt_support) { in bta_gattc_register()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothGatt.aidl34 …erClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support, in Attribu… in registerClient()
83 …er(in ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_support, in Attribu… in registerServer()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc284 static bt_status_t btif_gatts_register_app(const Uuid& bt_uuid, bool eatt_support) { in btif_gatts_register_app()
Dbtif_gatt_client.cc279 static bt_status_t btif_gattc_register_app(const Uuid& uuid, const char* name, bool eatt_support) { in btif_gattc_register_app()
283 [](const Uuid& uuid, const std::string& name, bool eatt_support) { in btif_gattc_register_app()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java1023 boolean eatt_support, in registerClient()
1048 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), name, eatt_support); in registerClient() local
2124 boolean eatt_support, in registerServer()
2133 uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_support); in registerServer() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_gatt_api.cc212 bool eatt_support) { in GATT_Register()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1122 bool gatt_tcb_get_cid_available_for_indication(tGATT_TCB* p_tcb, bool eatt_support, in gatt_tcb_get_cid_available_for_indication()
1181 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support) { in gatt_tcb_get_att_cid()
Dgatt_api.cc1230 bool eatt_support) { in GATT_Register()
/packages/modules/Bluetooth/system/bta/dm/
Dbta_dm_disc.cc127 BtaAppRegisterCallback cb, bool eatt_support) { in __anon7b0052870602()
/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.cpp1272 jlong app_uuid_msb, jstring name, jboolean eatt_support) { in gattClientRegisterAppNative()
2030 jlong app_uuid_msb, jboolean eatt_support) { in gattServerRegisterAppNative()