Home
last modified time | relevance | path

Searched refs:gatt_find_hdl_buffer_by_handle (Results 1 – 3 of 3) sorted by relevance

/system/bt/stack/gatt/
Dgatt_int.h466 extern tGATT_HDL_LIST_ELEM* gatt_find_hdl_buffer_by_handle(uint16_t handle);
Dgatt_utils.cc194 tGATT_HDL_LIST_ELEM* gatt_find_hdl_buffer_by_handle(uint16_t handle) { in gatt_find_hdl_buffer_by_handle() function
Dgatt_api.cc252 p_incl_decl = gatt_find_hdl_buffer_by_handle(el->attribute_handle); in GATTS_AddService()