Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h586 uint16_t e_handle; member
660 uint16_t e_handle; /* ending handle of the group */ member
669 uint16_t e_handle; /* ending handle */ member
764 uint16_t e_handle; member
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h106 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.cc337 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, uint16_t e_handle, in gatts_add_included_service()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_api.cc385 uint16_t e_handle, tGATT_AUTH_REQ auth_req, in BTA_GATTC_ReadUsingCharUuid()
Dbta_gattc_cache.cc888 uint16_t att_handle, uint16_t s_handle, uint16_t e_handle, in bta_gattc_fill_gatt_db_el()
Dbta_gattc_act.cc1561 uint16_t e_handle = ((uint16_t)(*(p + 2)) + (((uint16_t)(*(p + 3))) << 8)); in bta_gattc_process_srvc_chg_ind() local
Dbta_gattc_int.h142 uint16_t e_handle; member
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc474 uint16_t e_handle, int auth_req) { in btif_gattc_read_using_char_uuid()
/aosp_15_r20/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h344 uint16_t e_handle; member
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1506 jint e_handle, jint authReq) { in gattClientReadUsingCharacteristicUuidNative()