Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble_gap.cc175 return evt_type & (1 << BLE_EVT_CONNECTABLE_BIT); in ble_evt_type_is_connectable()
1899 event_type |= (1 << BLE_EVT_CONNECTABLE_BIT)| in btm_ble_process_adv_pkt()
1902 event_type |= (1 << BLE_EVT_CONNECTABLE_BIT)| in btm_ble_process_adv_pkt()
1911 event_type |= (1 << BLE_EVT_CONNECTABLE_BIT)| in btm_ble_process_adv_pkt()
/system/bt/stack/include/
Dbtm_api_types.h604 constexpr uint8_t BLE_EVT_CONNECTABLE_BIT = 0; variable