OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tBTM_LE_BG_CONN_DEV
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_int.h
180
}
tBTM_LE_BG_CONN_DEV
;
230
tBTM_LE_BG_CONN_DEV
bg_dev_list[BTM_BLE_MAX_BG_CONN_DEV_NUM];
btm_ble_bgconn.c
299
tBTM_LE_BG_CONN_DEV
*p_bg_dev = &p_cb->bg_dev_list[0], *p_next, *p_cur;
317
memset(p_bg_dev, 0, sizeof(
tBTM_LE_BG_CONN_DEV
));
322
memcpy(p_cur, p_next, sizeof(
tBTM_LE_BG_CONN_DEV
));
btm_devctl.c
652
memset(&btm_cb.ble_ctr_cb.bg_dev_list, 0, (sizeof(
tBTM_LE_BG_CONN_DEV
)*BTM_BLE_MAX_BG_CONN_DEV_NUM));
[
all
...]
Completed in 30 milliseconds