OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wl_state
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_bgconn.c
40
static void btm_suspend_wl_activity(tBTM_BLE_WL_STATE
wl_state
);
41
static void btm_resume_wl_activity(tBTM_BLE_WL_STATE
wl_state
);
189
UINT8
wl_state
= p_cb->
wl_state
;
local
199
btm_suspend_wl_activity(
wl_state
);
204
btm_resume_wl_activity(
wl_state
);
554
static void btm_suspend_wl_activity(tBTM_BLE_WL_STATE
wl_state
)
556
if (
wl_state
& BTM_BLE_WL_INIT)
560
if (
wl_state
& BTM_BLE_WL_SCAN)
564
if (
wl_state
& BTM_BLE_WL_ADV
[
all
...]
btm_ble_int.h
228
tBTM_BLE_WL_STATE
wl_state
;
member in struct:__anon803
btm_ble_gap.c
[
all
...]
Completed in 28 milliseconds