Searched defs:sco_handle (Results 1 – 6 of 6) sorted by relevance
63 uint16_t sco_handle; member215 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()
175 uint16_t sco_handle = GetScoHandle(GetAddress(handle).GetAddress()); in Disconnect() local292 uint16_t sco_handle = GetUnusedHandle(); in CreateScoConnection() local
2416 uint16_t sco_handle = connections_.GetScoHandle(source); in IncomingScoPacket() local4992 uint16_t sco_handle = 0; in AcceptConnectionRequest() local5191 uint16_t sco_handle = connections_.GetScoHandle(remote.GetAddress()); in Disconnect() local5913 uint16_t sco_handle = 0; in AcceptSynchronousConnection() local
3285 uint16_t sco_handle = 0x345; in WriteLoopbackMode() local
2516 hci_spec::ConnectionHandle sco_handle = ++next_conn_handle_; in OnEnhancedAcceptSynchronousConnectionRequestCommand() local2552 hci_spec::ConnectionHandle sco_handle = ++next_conn_handle_; in OnEnhancedSetupSynchronousConnectionCommand() local
687 bt::hci_spec::ConnectionHandle sco_handle() const { return sco_conn_handle_; } in sco_handle() function in bthost::__anone91e5a080111::ProfileServerTestScoConnected