Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Dgatt_api.c280 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) { in GATTS_AddIncludeService()
284 if ((p_incl_decl = gatt_find_hdl_buffer_by_handle(include_svc_handle)) == NULL) { in GATTS_AddIncludeService()
317 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) { in GATTS_AddCharacteristic()
359 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) { in GATTS_AddCharDescriptor()
481 if ((p_list = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) { in GATTS_StartService()
Dgatt_utils.c358 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle) in gatt_find_hdl_buffer_by_handle() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/include/
Dgatt_int.h657 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle);