Searched refs:client_callback (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/main/shim/ |
H A D | link_policy.cc | 228 for (auto client_callback : btm_cb.acl_cb_.link_policy.clients) { in btm_pm_on_mode_change() local 229 (*client_callback)(p_acl->remote_addr, new_mode, interval, status); in btm_pm_on_mode_change() 279 for (auto client_callback : btm_cb.acl_cb_.link_policy.clients) { in btm_pm_on_sniff_subrating() local 280 (*client_callback)(p_acl->remote_addr, BTM_PM_STS_SSR, (use_ssr) ? 1 : 0, in btm_pm_on_sniff_subrating()
|
/aosp12/packages/modules/adb/client/pairing/tests/ |
H A D | pairing_connection_test.cpp | 219 auto client_callback = [&](const PeerInfo* peer_info, const std::vector<uint8_t>* cert, in TEST_F() local 238 ASSERT_TRUE(client_->start(client_callback, nullptr)); in TEST_F() 280 auto client_callback = [&](const PeerInfo* peer_info, const std::vector<uint8_t>* cert, in TEST_F() local 290 ASSERT_TRUE(client_->start(client_callback, nullptr)); in TEST_F()
|