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_app_id
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
164
if ((p_list =
gatt_find_hdl_buffer_by_app_id
(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL)
412
if ((p_list =
gatt_find_hdl_buffer_by_app_id
(p_app_uuid128, p_svc_uuid, svc_inst)) == NULL)
[
all
...]
gatt_int.h
582
extern tGATT_HDL_LIST_ELEM *
gatt_find_hdl_buffer_by_app_id
(tBT_UUID *p_app_uuid128, tBT_UUID *p_svc_uuid, UINT16 svc_inst);
gatt_utils.c
332
** Function
gatt_find_hdl_buffer_by_app_id
339
tGATT_HDL_LIST_ELEM *
gatt_find_hdl_buffer_by_app_id
(tBT_UUID *p_app_uuid128,
function
[
all
...]
Completed in 27 milliseconds