OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_decl
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
280
tGATT_HDL_LIST_ELEM *
p_decl
, *p_incl_decl;
local
282
if ((
p_decl
= gatt_find_hdl_buffer_by_handle(service_handle)) == NULL)
293
return gatts_add_included_service(&
p_decl
->svc_db,
318
tGATT_HDL_LIST_ELEM *
p_decl
;
local
320
if ((
p_decl
= gatt_find_hdl_buffer_by_handle(service_handle)) == NULL)
333
return gatts_add_characteristic(&
p_decl
->svc_db,
361
tGATT_HDL_LIST_ELEM *
p_decl
;
local
363
if ((
p_decl
= gatt_find_hdl_buffer_by_handle(service_handle)) == NULL)
375
return gatts_add_char_descr(&
p_decl
->svc_db,
[
all
...]
Completed in 27 milliseconds