Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dclient.h186 using ReadByTypeCallback = fit::function<void(ReadByTypeResult)>; variable
H A Dremote_service.h142 using ReadByTypeCallback = variable
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/gatt/
H A Dclient.h114 using ReadByTypeCallback = Function<void(Result<Vector<ReadByTypeResult>>)>; variable