OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:proc_mode
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
164
if (btm_cb.btm_inq_vars.inq_active || p_inq->
proc_mode
!= BTM_BLE_INQUIRY_NONE)
182
p_inq->
proc_mode
= BTM_BLE_OBSERVE;
193
else if (p_inq->
proc_mode
== BTM_BLE_OBSERVE)
[
all
...]
btm_ble_bgconn.c
473
p_cb->inq_var.
proc_mode
= BTM_BLE_SELECT_SCAN;
486
btm_cb.ble_ctr_cb.inq_var.
proc_mode
= BTM_BLE_INQUIRY_NONE;
btm_ble_int.h
109
UINT8
proc_mode
; /* current procedure mode : inquiry or discovery */
member in struct:__anon3511
Completed in 41 milliseconds