Home
last modified time | relevance | path

Searched refs:on_connection_complete (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/stack/connection_manager/
Dconnection_manager.h64 void on_connection_complete(const RawAddress& address);
Dconnection_manager.cc451 void on_connection_complete(const RawAddress& address) { in on_connection_complete() function
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_connection_manager.cc70 void connection_manager::on_connection_complete(const RawAddress& /* address */) { in on_connection_complete() function in connection_manager
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_main.cc500 connection_manager::on_connection_complete(bd_addr); in gatt_le_connect_cback()
953 connection_manager::on_connection_complete(p_tcb->peer_bda); in gatt_send_conn_cback()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_impl.h82 on_connection_complete(event_packet); in on_classic_event()
379 void on_connection_complete(EventView packet) { in on_connection_complete() function
/packages/modules/Bluetooth/system/stack/test/
Dconnection_manager_test.cc232 on_connection_complete(address1); in TEST_F()