Searched refs:BLE_EVT_CONNECTABLE_BIT (Results 1 – 2 of 2) sorted by relevance
187 return evt_type & (1 << BLE_EVT_CONNECTABLE_BIT); in ble_evt_type_is_connectable()1792 event_type |= (1 << BLE_EVT_CONNECTABLE_BIT)| in btm_ble_process_adv_pkt()1795 event_type |= (1 << BLE_EVT_CONNECTABLE_BIT)| in btm_ble_process_adv_pkt()1804 event_type |= (1 << BLE_EVT_CONNECTABLE_BIT)| in btm_ble_process_adv_pkt()
468 constexpr uint8_t BLE_EVT_CONNECTABLE_BIT = 0; variable