Home
last modified time | relevance | path

Searched refs:BTM_LE_OBSERVE_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_ble_int.h88 #define BTM_LE_OBSERVE_ACTIVE 0x80 /* observe is in progress */ macro
93 #define BTM_BLE_IS_OBS_ACTIVE(x) ((x) & BTM_LE_OBSERVE_ACTIVE)
Dbtm_ble_gap.c343 btm_cb.ble_ctr_cb.scan_activity |= BTM_LE_OBSERVE_ACTIVE; in BTM_BleObserve()
2683 p_ble_cb->scan_activity &= ~BTM_LE_OBSERVE_ACTIVE; in btm_ble_stop_observe()
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h210 #define BTM_LE_OBSERVE_ACTIVE 0x80 /* selection connection is in progress */ macro