Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_api.c282 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_AddIncludeService()
287 if ((p_incl_decl = gatt_find_hdl_buffer_by_handle(include_svc_handle)) == NULL) in GATTS_AddIncludeService()
320 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_AddCharacteristic()
363 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_AddCharDescriptor()
483 if ((p_list = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL) in GATTS_StartService()
Dgatt_int.h583 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle);
Dgatt_utils.c313 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle) in gatt_find_hdl_buffer_by_handle() function