Searched refs:BLE_EVT_LEGACY_BIT (Results 1 – 2 of 2) sorted by relevance
325 constexpr uint8_t BLE_EVT_LEGACY_BIT = 4; variable
212 return evt_type & (1 << BLE_EVT_LEGACY_BIT); in ble_evt_type_is_legacy()1835 event_type = 1 << BLE_EVT_LEGACY_BIT; in btm_ble_process_adv_pkt()1845 event_type = (1 << BLE_EVT_LEGACY_BIT);//0x0010; in btm_ble_process_adv_pkt()