HomeSort by relevance Sort by last modified time
    Searched refs:gatt_find_hdl_buffer_by_handle (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 282 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL)
287 if ((p_incl_decl = gatt_find_hdl_buffer_by_handle(include_svc_handle)) == NULL)
320 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL)
363 if ((p_decl = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL)
483 if ((p_list = gatt_find_hdl_buffer_by_handle(service_handle)) == NULL)
    [all...]
gatt_int.h 569 extern tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle);
gatt_utils.c 289 ** Function gatt_find_hdl_buffer_by_handle
296 tGATT_HDL_LIST_ELEM *gatt_find_hdl_buffer_by_handle(UINT16 handle) function
    [all...]

Completed in 851 milliseconds