Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothManager.java222 BluetoothGattServerCallback callback, boolean eatt_support) { in openGattServer()
267 BluetoothGattServerCallback callback, int transport, boolean eatt_support) { in openGattServer()
DBluetoothGattServer.java488 boolean eatt_support) { in registerCallback()
DBluetoothGatt.java906 boolean eatt_support) { in registerApp()
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gatts_api.cc51 tBTA_GATTS_CBACK* p_cback, bool eatt_support) { in BTA_GATTS_AppRegister()
Dmock_bta_gattc_api.cc87 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
Dmock_stack_gatt_api.cc205 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register()
/packages/modules/Bluetooth/system/bta/test/common/
Dbta_gatt_api_mock.cc31 BtaAppRegisterCallback cb, bool eatt_support) { in BTA_GATTC_AppRegister()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gatts_api.cc86 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.cc173 BtaAppRegisterCallback cb, bool eatt_support) { in bta_gattc_register()
/packages/modules/Bluetooth/system/service/hal/
Dfake_bluetooth_gatt_interface.cc34 bool eatt_support) { in FakeRegisterClient()
65 bool eatt_support) { in FakeRegisterServer()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_server.cc273 bool eatt_support) { in btif_gatts_register_app()
Dbtif_gatt_client.cc276 bool eatt_support) { in btif_gattc_register_app()
280 [](const Uuid& uuid, bool eatt_support) { in btif_gattc_register_app()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc1018 bool eatt_support, in gatt_tcb_get_cid_available_for_indication()
1080 uint16_t gatt_tcb_get_att_cid(tGATT_TCB& tcb, bool eatt_support) { in gatt_tcb_get_att_cid()
Dgatt_api.cc1093 tGATT_CBACK* p_cb_info, bool eatt_support) { in GATT_Register()
/packages/modules/Bluetooth/system/binder/android/bluetooth/
DIBluetoothGatt.aidl102 …erClient(in ParcelUuid appId, in IBluetoothGattCallback callback, boolean eatt_support, in Attribu… in registerClient()
151 …er(in ParcelUuid appId, in IBluetoothGattServerCallback callback, boolean eatt_support, in Attribu… in registerServer()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DGattService.java633 boolean eatt_support, AttributionSource attributionSource) { in registerClient()
638 service.registerClient(uuid.getUuid(), callback, eatt_support, attributionSource); in registerClient() local
1195 boolean eatt_support, AttributionSource attributionSource) { in registerServer()
1200 service.registerServer(uuid.getUuid(), callback, eatt_support, attributionSource); in registerServer() local
3397 void registerClient(UUID uuid, IBluetoothGattCallback callback, boolean eatt_support, in registerClient()
3408 …ientRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_support); in registerClient() local
4210 void registerServer(UUID uuid, IBluetoothGattServerCallback callback, boolean eatt_support, in registerServer()
4221 …rverRegisterAppNative(uuid.getLeastSignificantBits(), uuid.getMostSignificantBits(), eatt_support); in registerServer() local
4769 …te native void gattClientRegisterAppNative(long appUuidLsb, long appUuidMsb, boolean eatt_support); in gattClientRegisterAppNative()
4819 …te native void gattServerRegisterAppNative(long appUuidLsb, long appUuidMsb, boolean eatt_support); in gattServerRegisterAppNative()
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1290 jboolean eatt_support) { in gattClientRegisterAppNative()
1843 jboolean eatt_support) { in gattServerRegisterAppNative()