OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_list
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_profile_queue.c
66
connect_node_t *
p_list
= connect_queue;
local
78
while (
p_list
->p_next)
79
p_list
=
p_list
->p_next;
80
p_list
->p_next = p_node;
/external/bluetooth/bluedroid/stack/gatt/
gatt_api.c
146
tGATT_HDL_LIST_ELEM *
p_list
=NULL;
local
164
if ((
p_list
= gatt_find_hdl_buffer_by_app_id(p_app_uuid128, p_svc_uuid, svc_inst)) != NULL)
166
s_hdl =
p_list
->asgn_range.s_handle;
181
p_list
= p_list_info->p_first;
183
if (
p_list
)
185
s_hdl =
p_list
->asgn_range.e_handle + 1;
203
if ( (
p_list
= gatt_alloc_hdl_buffer()) == NULL)
210
p_list
->asgn_range.app_uuid128 = *p_app_uuid128;
211
p_list
->asgn_range.svc_uuid = *p_svc_uuid;
212
p_list
->asgn_range.svc_inst = svc_inst
397
tGATT_HDL_LIST_ELEM *
p_list
=NULL;
local
467
tGATT_HDL_LIST_ELEM *
p_list
=NULL;
local
[
all
...]
gatt_sr.c
531
tGATT_SRV_LIST_INFO *
p_list
= &gatt_cb.srv_list_info;
local
537
p_srv =
p_list
->p_first;
575
if (
p_list
->p_last_primary == p_srv &&
576
p_list
->p_last_primary ==
p_list
->p_last)
828
tGATT_SRV_LIST_INFO *
p_list
= &gatt_cb.srv_list_info;
local
852
p_srv =
p_list
->p_first;
966
tGATT_SRV_LIST_INFO *
p_list
= &gatt_cb.srv_list_info
local
[
all
...]
gatt_utils.c
316
tGATT_HDL_LIST_ELEM *
p_list
= NULL;
local
318
p_list
= p_list_info->p_first;
320
while (
p_list
!= NULL)
322
if (
p_list
->in_use &&
p_list
->asgn_range.s_handle == handle)
324
return(
p_list
);
326
p_list
=
p_list
->p_next;
344
tGATT_HDL_LIST_ELEM *
p_list
= NULL;
local
346
p_list
= p_list_info->p_first
[
all
...]
Completed in 453 milliseconds