OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
583
extern tGATT_HDL_LIST_ELEM *
gatt_find_hdl_buffer_by_handle
(UINT16 handle);
gatt_utils.c
306
** Function
gatt_find_hdl_buffer_by_handle
313
tGATT_HDL_LIST_ELEM *
gatt_find_hdl_buffer_by_handle
(UINT16 handle)
function
[
all
...]
Completed in 24 milliseconds