Home
last modified time | relevance | path

Searched defs:TransactionCallback (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/att/
H A Dbearer.h122 using TransactionCallback = fit::callback<void(TransactionResult)>; variable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dmock_controller.h231 using TransactionCallback = fit::function<void(const ByteBuffer& rx)>; variable