Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dbtm_api_types.h608 constexpr uint8_t BLE_EVT_SCAN_RESPONSE_BIT = 3; variable
/system/bt/stack/btm/
Dbtm_ble_gap.cc182 return evt_type & (1 << BLE_EVT_SCAN_RESPONSE_BIT); in ble_evt_type_is_scan_resp()