OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_clrcb
(Results
1 - 2
of
2
) sorted by null
/system/bt/bta/gatt/
bta_gattc_utils.c
129
tBTA_GATTC_RCB *
p_clrcb
= &bta_gattc_cb.cl_rcb[0];
local
131
for (i = 0; i < BTA_GATTC_CL_MAX; i ++,
p_clrcb
++)
133
if (
p_clrcb
->in_use &&
134
p_clrcb
->client_if == client_if)
135
return
p_clrcb
;
490
tBTA_GATTC_RCB *
p_clrcb
;
local
496
if ((
p_clrcb
= bta_gattc_cl_get_regcb(gatt_if)) != NULL) {
498
if (
p_clrcb
->notif_reg[i].in_use &&
499
!bdcmp(
p_clrcb
->notif_reg[i].remote_bda, remote_bda))
504
handle =
p_clrcb
->notif_reg[i].handle
[
all
...]
bta_gattc_act.c
1786
tBTA_GATTC_RCB *
p_clrcb
= NULL;
local
[
all
...]
Completed in 2599 milliseconds