OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_clreg
(Results
1 - 3
of
3
) sorted by null
/system/bt/bta/gatt/
bta_gattc_api.c
596
tBTA_GATTC_RCB *
p_clreg
;
local
606
if ((
p_clreg
= bta_gattc_cl_get_regcb(client_if)) != NULL)
610
if (
p_clreg
->notif_reg[i].in_use &&
611
!memcmp(
p_clreg
->notif_reg[i].remote_bda, bda, BD_ADDR_LEN) &&
612
p_clreg
->notif_reg[i].handle == handle)
623
if (!
p_clreg
->notif_reg[i].in_use)
625
memset((void *)&
p_clreg
->notif_reg[i], 0, sizeof(tBTA_GATTC_NOTIF_REG));
627
p_clreg
->notif_reg[i].in_use = TRUE;
628
memcpy(
p_clreg
->notif_reg[i].remote_bda, bda, BD_ADDR_LEN);
630
p_clreg
->notif_reg[i].handle = handle
671
tBTA_GATTC_RCB *
p_clreg
= bta_gattc_cl_get_regcb(client_if);
local
[
all
...]
bta_gattc_main.c
335
tBTA_GATTC_RCB *
p_clreg
;
local
355
p_clreg
= bta_gattc_cl_get_regcb(((tBTA_GATTC_DATA *)p_msg)->api_dereg.client_if);
356
bta_gattc_deregister(p_cb,
p_clreg
);
bta_gattc_act.c
59
static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB *
p_clreg
);
273
void bta_gattc_deregister(tBTA_GATTC_CB *p_cb, tBTA_GATTC_RCB *
p_clreg
)
278
if (
p_clreg
!= NULL)
285
if (p_cb->bg_track[i].cif_mask & (1 <<(
p_clreg
->client_if - 1)))
287
bta_gattc_mark_bg_conn(
p_clreg
->client_if, p_cb->bg_track[i].remote_bda, FALSE, FALSE);
288
GATT_CancelConnect(
p_clreg
->client_if, p_cb->bg_track[i].remote_bda, FALSE);
290
if (p_cb->bg_track[i].cif_adv_mask & (1 <<(
p_clreg
->client_if - 1)))
292
bta_gattc_mark_bg_conn(
p_clreg
->client_if, p_cb->bg_track[i].remote_bda, FALSE, TRUE);
297
if (
p_clreg
->num_clcb > 0)
302
if (p_cb->clcb[i].in_use && (p_cb->clcb[i].p_rcb ==
p_clreg
))
333
tBTA_GATTC_RCB *
p_clreg
= bta_gattc_cl_get_regcb(p_msg->api_conn.client_if);
local
381
tBTA_GATTC_RCB *
p_clreg
;
local
424
tBTA_GATTC_RCB *
p_clreg
;
local
610
tBTA_GATTC_RCB *
p_clreg
;
local
792
tBTA_GATTC_RCB *
p_clreg
= p_clcb->p_rcb;
local
2024
tBTA_GATTC_RCB *
p_clreg
= bta_gattc_cl_get_regcb(p_msg->api_listen.client_if);
local
2097
tBTA_GATTC_RCB *
p_clreg
= bta_gattc_cl_get_regcb(p_msg->api_listen.client_if);
local
[
all
...]
Completed in 47 milliseconds