Home
last modified time | relevance | path

Searched refs:read_blob_request_callback_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gatt/
H A Dfake_client.cc208 if (read_blob_request_callback_) { in ReadBlobRequest()
209 read_blob_request_callback_(handle, offset, std::move(callback)); in ReadBlobRequest()
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gatt/
H A Dfake_client.h100 read_blob_request_callback_ = std::move(callback); in set_read_blob_request_callback()
245 ReadBlobRequestCallback read_blob_request_callback_; variable