OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:p_bg_dev
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c
222
tBTM_LE_BG_CONN_DEV *
p_bg_dev
= &p_cb->bg_dev_list[0], *p_next, *p_cur;
local
234
for (i = 0; i < BTM_BLE_MAX_BG_CONN_DEV_NUM; i ++,
p_bg_dev
++)
236
if (
p_bg_dev
->in_use && memcmp(
p_bg_dev
->bd_addr, bd_addr, BD_ADDR_LEN) == 0)
239
p_bg_dev
->attr |= white_list_type;
241
p_bg_dev
->attr &= ~white_list_type;
243
if (
p_bg_dev
->attr == 0)
245
memset(
p_bg_dev
, 0, sizeof(tBTM_LE_BG_CONN_DEV));
247
p_cur =
p_bg_dev
;
248
p_next =
p_bg_dev
+ 1
[
all
...]
/external/bluetooth/bluedroid/stack/gatt/
gatt_main.c
830
tGATT_BG_CONN_DEV *
p_bg_dev
=NULL;
local
833
p_bg_dev
= gatt_find_bg_dev(p_tcb->peer_bda);
840
if (
p_bg_dev
&& gatt_is_bg_dev_for_app(
p_bg_dev
, p_reg->gatt_if))
[
all
...]
Completed in 194 milliseconds