Home
last modified time | relevance | path

Searched refs:BLE_EVT_SCANNABLE_BIT (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/include/
Dbtm_api_types.h606 constexpr uint8_t BLE_EVT_SCANNABLE_BIT = 1; variable
/system/bt/stack/btm/
Dbtm_ble_gap.cc174 return evt_type & (1 << BLE_EVT_SCANNABLE_BIT); in ble_evt_type_is_scannable()