Home
last modified time | relevance | path

Searched defs:StatusCallback (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/service/
H A Dlow_energy_advertiser.h50 using StatusCallback = std::function<void(BLEStatus)>; variable
H A Dlow_energy_client.h78 using StatusCallback = std::function<void(BLEStatus)>; variable
/aosp12/system/bt/include/hardware/
H A Dble_advertiser.h75 using StatusCallback = base::Callback<void(uint8_t /* status */)>; variable