Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h585 uint16_t e_handle; member
659 uint16_t e_handle; /* ending handle of the group */ member
668 uint16_t e_handle; /* ending handle */ member
763 uint16_t e_handle; member
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_int.h104 uint16_t e_handle; /* ending handle */ member
362 uint16_t e_handle; /* ending handle of the active request */ member
401 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()
/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.cc881 uint16_t att_handle, uint16_t s_handle, uint16_t e_handle, in bta_gattc_fill_gatt_db_el()
Dbta_gattc_act.cc1452 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
/packages/modules/Bluetooth/system/btif/src/
Dbtif_gatt_client.cc469 uint16_t e_handle, int auth_req) { in btif_gattc_read_using_char_uuid()
/packages/modules/Bluetooth/system/bta/include/
Dbta_gatt_api.h343 uint16_t e_handle; member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp1418 jint e_handle, jint authReq) { in gattClientReadUsingCharacteristicUuidNative()