Home
last modified time | relevance | path

Searched defs:e_handle (Results 1 – 12 of 12) sorted by relevance

/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_db.cc274 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type()
332 uint16_t e_handle, const Uuid& service) { in gatts_add_included_service()
Dgatt_int.h110 uint16_t e_handle; /* ending handle */ member
358 uint16_t e_handle; /* ending handle of the active request */ member
397 uint16_t e_handle; member
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h536 uint16_t e_handle; member
611 uint16_t e_handle; /* ending handle of the group */ member
620 uint16_t e_handle; /* ending handle */ member
714 uint16_t e_handle; member
/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_gattc_api.cc143 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc399 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid()
Dbta_gattc_cache.cc812 uint16_t e_handle, uint16_t id, const Uuid& uuid, in bta_gattc_fill_gatt_db_el()
Dbta_gattc_act.cc1358 uint16_t e_handle = ((uint16_t)(*(p + 2)) + (((uint16_t)(*(p + 3))) << 8)); in bta_gattc_process_srvc_chg_ind() local
Dbta_gattc_int.h118 uint16_t e_handle; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc484 uint16_t e_handle, in btif_gattc_read_using_char_uuid()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc91 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h305 uint16_t e_handle; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1423 jint s_handle, jint e_handle, jint authReq) { in gattClientReadUsingCharacteristicUuidNative()