Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/gap/
H A Dbredr_connection_request_test.cc140 BrEdrConnectionRequest& connection_req() { return req_; } in connection_req() function in bt::gap::__anon7a94736e0111::BrEdrConnectionRequestLoopTest
H A Dbredr_connection_manager.cc1378 std::optional<BrEdrConnectionRequest*> connection_req = in OnLinkKeyRequest() local
1745 std::optional<BrEdrConnectionRequest*> connection_req = in OnPinCodeRequest() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_signaling_server.cc84 const ByteBuffer& connection_req) { in ProcessConnectionRequest()