Home
last modified time | relevance | path

Searched defs:s_handle (Results 1 – 14 of 14) sorted by relevance

/aosp12/system/bt/stack/gatt/
H A Dgatt_db.cc269 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type()
326 uint16_t gatts_add_included_service(tGATT_SVC_DB& db, uint16_t s_handle, in gatts_add_included_service()
H A Dgatt_int.h103 uint16_t s_handle; /* starting handle */ member
343 uint16_t s_handle; /* starting handle of the active request */ member
383 uint16_t s_handle; member
H A Dgatt_api.cc47 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list()
/aosp12/system/bt/test/mock/
H A Dmock_stack_gatt.cc81 tGATT_HDL_LIST_ELEM& gatt_add_an_item_to_list(uint16_t s_handle) { in gatt_add_an_item_to_list()
H A Dmock_bta_gattc_api.cc140 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid()
/aosp12/system/bt/stack/include/
H A Dgatt_api.h525 uint16_t s_handle; member
609 uint16_t s_handle; /* starting handle */ member
703 uint16_t s_handle; member
/aosp12/system/bt/bta/gatt/
H A Dbta_gattc_api.cc384 uint16_t s_handle, uint16_t e_handle, in BTA_GATTC_ReadUsingCharUuid()
H A Dbta_gattc_cache.cc756 uint16_t att_handle, uint16_t s_handle, in bta_gattc_fill_gatt_db_el()
H A Dbta_gattc_act.cc1213 uint16_t s_handle = ((uint16_t)(*(p)) + (((uint16_t)(*(p + 1))) << 8)); in bta_gattc_process_srvc_chg_ind() local
H A Dbta_gattc_int.h106 uint16_t s_handle; member
/aosp12/system/bt/btif/src/
H A Dbtif_gatt_client.cc457 uint16_t s_handle, in btif_gattc_read_using_char_uuid()
/aosp12/system/bt/stack/test/gatt/
H A Dgatt_sr_test.cc97 BT_HDR* p_rsp, uint16_t s_handle, uint16_t e_handle, const Uuid& type, in gatts_db_read_attr_value_by_type()
/aosp12/system/bt/bta/include/
H A Dbta_gatt_api.h301 uint16_t s_handle; member
/aosp12/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_gatt.cpp1282 jint s_handle, jint e_handle, jint authReq) { in gattClientReadUsingCharacteristicUuidNative()