Searched refs:BTM_LE_SELECT_CONN_ACTIVE (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_int.h87 #define BTM_LE_SELECT_CONN_ACTIVE 0x40 /* selection connection is in progress */ macro
94 #define BTM_BLE_IS_SEL_CONN_ACTIVE(x) ((x) & BTM_LE_SELECT_CONN_ACTIVE)
H A Dbtm_ble_bgconn.c494 p_cb->scan_activity |= BTM_LE_SELECT_CONN_ACTIVE;
506 p_cb->scan_activity &= ~BTM_LE_SELECT_CONN_ACTIVE;
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h209 #define BTM_LE_SELECT_CONN_ACTIVE 0x40 /* selection connection is in progress */ macro

Completed in 64 milliseconds