Home
last modified time | relevance | path

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

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