HomeSort by relevance Sort by last modified time
    Searched refs:BLE_EVT_SCANNABLE_BIT (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/include/
btm_api_types.h 606 constexpr uint8_t BLE_EVT_SCANNABLE_BIT = 1;
    [all...]
  /system/bt/stack/btm/
btm_ble_gap.cc 171 return evt_type & (1 << BLE_EVT_SCANNABLE_BIT);
    [all...]

Completed in 65 milliseconds