OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTM_BLE_CONNECTABLE_MASK
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/btm/
btm_inq.c
194
btm_cb.btm_inq_vars.discoverable_mode |= (inq_mode &
BTM_BLE_CONNECTABLE_MASK
);
631
p_inq->connectable_mode &= (~
BTM_BLE_CONNECTABLE_MASK
);
632
p_inq->connectable_mode |= (page_mode &
BTM_BLE_CONNECTABLE_MASK
);
634
page_mode &= ~
BTM_BLE_CONNECTABLE_MASK
;
[
all
...]
btm_ble_gap.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
btm_api.h
171
#define
BTM_BLE_CONNECTABLE_MASK
(BTM_BLE_NON_CONNECTABLE | BTM_BLE_CONNECTABLE)
[
all
...]
Completed in 22 milliseconds