Searched refs:BLE_EVT_SCANNABLE_BIT (Results 1 – 2 of 2) sorted by relevance
191 return evt_type & (1 << BLE_EVT_SCANNABLE_BIT); in ble_evt_type_is_scannable()1793 (1 << BLE_EVT_SCANNABLE_BIT); in btm_ble_process_adv_pkt()1798 event_type |= (1 << BLE_EVT_SCANNABLE_BIT); in btm_ble_process_adv_pkt()1805 (1 << BLE_EVT_SCANNABLE_BIT)| in btm_ble_process_adv_pkt()
469 constexpr uint8_t BLE_EVT_SCANNABLE_BIT = 1; variable