Home
last modified time | relevance | path

Searched defs:sco_handle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc63 uint16_t sco_handle; member
215 static sco_socket_t* sco_socket_find_locked(uint16_t sco_handle) { in sco_socket_find_locked()
293 static void connect_completed_cb(uint16_t sco_handle) { in connect_completed_cb()
317 static void disconnect_completed_cb(uint16_t sco_handle) { in disconnect_completed_cb()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dacl_connection_handler.cc175 uint16_t sco_handle = GetScoHandle(GetAddress(handle).GetAddress()); in Disconnect() local
292 uint16_t sco_handle = GetUnusedHandle(); in CreateScoConnection() local
Dlink_layer_controller.cc2416 uint16_t sco_handle = connections_.GetScoHandle(source); in IncomingScoPacket() local
4992 uint16_t sco_handle = 0; in AcceptConnectionRequest() local
5191 uint16_t sco_handle = connections_.GetScoHandle(remote.GetAddress()); in Disconnect() local
5913 uint16_t sco_handle = 0; in AcceptSynchronousConnection() local
Ddual_mode_controller.cc3285 uint16_t sco_handle = 0x345; in WriteLoopbackMode() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/testing/
H A Dfake_controller.cc2516 hci_spec::ConnectionHandle sco_handle = ++next_conn_handle_; in OnEnhancedAcceptSynchronousConnectionRequestCommand() local
2552 hci_spec::ConnectionHandle sco_handle = ++next_conn_handle_; in OnEnhancedSetupSynchronousConnectionCommand() local
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/fuchsia/host/fidl/
H A Dprofile_server_test.cc687 bt::hci_spec::ConnectionHandle sco_handle() const { return sco_conn_handle_; } in sco_handle() function in bthost::__anone91e5a080111::ProfileServerTestScoConnected