Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h586 uint16_t e_handle; member
661 uint16_t e_handle; /* ending handle of the group */ member
670 uint16_t e_handle; /* ending handle */ member
771 uint16_t e_handle; member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h107 uint16_t e_handle; /* ending handle */ member
363 uint16_t e_handle; /* ending handle of the active request */ member
402 uint16_t e_handle; member
Dgatt_db.cc336 uint16_t e_handle, const Uuid& service) { in gatts_add_included_service()
/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc409 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid()
Dbta_gattc_cache.cc899 uint16_t e_handle, uint16_t id, const Uuid& uuid, in bta_gattc_fill_gatt_db_el()
Dbta_gattc_act.cc1504 uint16_t e_handle = ((uint16_t)(*(p + 2)) + (((uint16_t)(*(p + 3))) << 8)); in bta_gattc_process_srvc_chg_ind() local
Dbta_gattc_int.h139 uint16_t e_handle; member
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc472 uint16_t e_handle, in btif_gattc_read_using_char_uuid()
/packages/modules/Bluetooth/system/stack/test/gatt/
Dgatt_sr_test.cc86 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.h342 uint16_t e_handle; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1457 jlong uuid_msb, jint s_handle, jint e_handle, jint authReq) { in gattClientReadUsingCharacteristicUuidNative()