/aosp12/system/bt/gd/l2cap/le/cert/ |
H A D | dual_l2cap_test.py | 100 def _open_le_coc_from_dut(self, psm=0x33, our_scid=None): argument 106 def _open_channel_from_dut(self, psm=0x33, our_scid=None): argument 117 def _open_unconfigured_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33): argument 124 def _open_channel_from_cert(self, signal_id=1, scid=0x0101, psm=0x33): argument 132 …def _open_le_coc_from_cert(self, signal_id=1, scid=0x0101, psm=0x35, mtu=1000, mps=100, initial_cr… argument
|
H A D | cert_le_l2cap.py | 108 def open_channel(self, signal_id, psm, scid, mtu=1000, mps=100, initial_credit=6): argument 121 …def open_channel_with_expected_result(self, psm=0x33, result=LeCreditBasedConnectionResponseResult… argument 128 psm=0x33, argument 140 def verify_and_reject_open_channel_from_remote(self, psm=0x33): argument
|
/aosp12/system/bt/gd/l2cap/classic/internal/ |
H A D | dynamic_channel_service_manager_impl.cc | 28 void DynamicChannelServiceManagerImpl::Register(Psm psm, in Register() 51 void DynamicChannelServiceManagerImpl::Unregister(Psm psm, DynamicChannelService::OnUnregisteredCal… in Unregister() 64 DynamicChannelServiceImpl* DynamicChannelServiceManagerImpl::GetService(Psm psm) { in GetService()
|
H A D | signalling_manager.cc | 91 void ClassicSignallingManager::SendConnectionRequest(Psm psm, Cid local_cid) { in SendConnectionRequest() 104 SecurityEnforcementType type, Psm psm, Cid local_cid, bool result) { in on_security_result_for_outgoing() 172 void ClassicSignallingManager::OnConnectionRequest(SignalId signal_id, Psm psm, Cid remote_cid) { in OnConnectionRequest() 210 Psm psm, Cid remote_cid, SignalId signal_id, bool result) { in on_security_result_for_incoming() 388 auto psm = channel->GetPsm(); in SendInitialConfigRequest() local 931 auto psm = command_just_sent_.psm_; in handle_send_next_command() local
|
/aosp12/system/bt/gd/l2cap/le/internal/ |
H A D | dynamic_channel_service_manager_impl.cc | 29 void DynamicChannelServiceManagerImpl::Register(Psm psm, in Register() 48 void DynamicChannelServiceManagerImpl::Unregister(Psm psm, DynamicChannelService::OnUnregisteredCal… in Unregister() 62 DynamicChannelServiceImpl* DynamicChannelServiceManagerImpl::GetService(Psm psm) { in GetService()
|
H A D | dynamic_channel_service_manager_test.cc | 82 Psm psm = 0x41; in TEST_F() local 98 Psm psm = 0x0100; in TEST_F() local
|
H A D | signalling_manager.cc | 59 void LeSignallingManager::SendConnectionRequest(Psm psm, Cid local_cid, Mtu mtu) { in SendConnectionRequest() 66 void LeSignallingManager::on_security_result_for_outgoing(Psm psm, Cid local_cid, Mtu mtu, bool res… in on_security_result_for_outgoing() 113 void LeSignallingManager::SendEnhancedConnectionRequest(Psm psm, std::vector<Cid> local_cid, Mtu mt… in SendEnhancedConnectionRequest() 178 void LeSignallingManager::OnConnectionRequest(SignalId signal_id, Psm psm, Cid remote_cid, Mtu mtu,… in OnConnectionRequest() 214 void LeSignallingManager::on_security_result_for_incoming(Psm psm, PendingConnection request, bool … in on_security_result_for_incoming()
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_l2cap_layer.cc | 27 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register() 35 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& bd_addr) { in L2CA_ConnectReq() 64 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& cb_info, in L2CA_RegisterLECoc() 69 void L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc() 77 std::vector<uint16_t> L2CA_ConnectCreditBasedReq(uint16_t psm, in L2CA_ConnectCreditBasedReq()
|
H A D | mock_main_shim_l2c_api.cc | 139 uint16_t bluetooth::shim::L2CA_ConnectLECocReq(uint16_t psm, in L2CA_ConnectLECocReq() 145 uint16_t bluetooth::shim::L2CA_ConnectReq(uint16_t psm, in L2CA_ConnectReq() 168 uint16_t find_classic_cid_token_by_psm_address(uint16_t psm, in find_classic_cid_token_by_psm_address() 173 uint16_t find_le_cid_token_by_psm_address(uint16_t psm, RawAddress remote) { in find_le_cid_token_by_psm_address() 191 void bluetooth::shim::L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc() 194 void bluetooth::shim::L2CA_FreeLePSM(uint16_t psm) { in L2CA_FreeLePSM()
|
H A D | mock_btm_api_layer.cc | 28 uint8_t service_id, uint16_t sec_level, uint16_t psm, in BTM_SetSecurityLevel()
|
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.cc | 106 uint16_t L2CA_Register2(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register2() 115 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register() 124 void L2CA_Deregister(uint16_t psm) { in L2CA_Deregister() 132 void L2CA_FreeLePSM(uint16_t psm) { in L2CA_FreeLePSM() 136 uint16_t L2CA_ConnectReq2(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectReq2() 142 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& p_bd_addr) { in L2CA_ConnectReq() 146 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_RegisterLECoc() 152 void L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc() 156 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectLECocReq() 173 std::vector<uint16_t> L2CA_ConnectCreditBasedReq(uint16_t psm, in L2CA_ConnectCreditBasedReq()
|
H A D | mock_main_shim_l2cap_api.cc | 122 void bluetooth::shim::L2CA_Deregister(uint16_t psm) { in L2CA_Deregister() 126 uint16_t bluetooth::shim::L2CA_ConnectReq(uint16_t psm, in L2CA_ConnectReq() 147 uint16_t psm, const RawAddress& p_bd_addr, tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ConnectCreditBasedReq() 301 void bluetooth::shim::L2CA_FreeLePSM(uint16_t psm) { in L2CA_FreeLePSM() 305 uint16_t bluetooth::shim::L2CA_RegisterLECoc(uint16_t psm, in L2CA_RegisterLECoc() 313 void bluetooth::shim::L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc() 317 uint16_t bluetooth::shim::L2CA_ConnectLECocReq(uint16_t psm, in L2CA_ConnectLECocReq()
|
/aosp12/system/bt/gd/l2cap/internal/ |
H A D | dynamic_channel_allocator_test.cc | 62 Psm psm = 0x03; in TEST_F() local 67 Psm psm = 0x03; in TEST_F() local 78 Psm psm = 0x03; in TEST_F() local
|
H A D | dynamic_channel_allocator.cc | 30 std::shared_ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateChannel(Psm psm, Cid remote_ci… in AllocateChannel() 53 …ptr<DynamicChannelImpl> DynamicChannelAllocator::AllocateReservedChannel(Cid reserved_cid, Psm psm, in AllocateReservedChannel()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 51 uint16_t L2CA_Register2(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register2() 75 uint16_t L2CA_Register(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_Register() 158 void L2CA_Deregister(uint16_t psm) { in L2CA_Deregister() 213 uint16_t psm = l2cb.le_dyn_psm; in L2CA_AllocateLePSM() local 257 void L2CA_FreeLePSM(uint16_t psm) { in L2CA_FreeLePSM() 275 uint16_t L2CA_ConnectReq2(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectReq2() 294 uint16_t L2CA_ConnectReq(uint16_t psm, const RawAddress& p_bd_addr) { in L2CA_ConnectReq() 379 uint16_t L2CA_RegisterLECoc(uint16_t psm, const tL2CAP_APPL_INFO& p_cb_info, in L2CA_RegisterLECoc() 452 void L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc() 501 uint16_t L2CA_ConnectLECocReq(uint16_t psm, const RawAddress& p_bd_addr, in L2CA_ConnectLECocReq() [all …]
|
/aosp12/system/bt/gd/cert/ |
H A D | py_l2cap.py | 37 def __init__(self, device, psm, l2cap_stream): argument 64 def __init__(self, grpc_response_future, device, psm, l2cap_stream): argument 91 …def register_dynamic_channel(self, psm=0x33, mode=l2cap_facade_pb2.RetransmissionFlowControlMode.B… argument 96 …def connect_dynamic_channel_to_cert(self, psm=0x33, mode=l2cap_facade_pb2.RetransmissionFlowContro… argument 180 def __init__(self, device, cert_address, psm, l2cap_stream): argument 206 def __init__(self, grpc_response_future, device, cert_address, psm, le_l2cap_stream): argument 236 def register_coc(self, cert_address, psm=0x33, security_level=SecurityLevel.NO_SECURITY): argument 241 def connect_coc_to_cert(self, cert_address, psm=0x33): argument
|
H A D | captures.py | 122 def ConnectionRequest(psm): argument 149 def CreditBasedConnectionRequest(psm): argument
|
/aosp12/system/bt/gd/l2cap/fuzz/ |
H A D | fuzz_dynamic_channel_manager.h | 43 l2cap::Psm psm, in ConnectChannel() 50 l2cap::Psm psm, in RegisterService()
|
/aosp12/system/bt/gd/l2cap/classic/ |
H A D | dynamic_channel_manager.cc | 30 Psm psm, in ConnectChannel() 43 Psm psm, in RegisterService()
|
H A D | dynamic_channel_service.h | 51 …DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService()
|
/aosp12/system/bt/gd/l2cap/le/ |
H A D | dynamic_channel_manager.cc | 28 … DynamicChannelConfigurationOption configuration_option, Psm psm, in ConnectChannel() 44 bool DynamicChannelManager::RegisterService(Psm psm, DynamicChannelConfigurationOption configuratio… in RegisterService()
|
H A D | dynamic_channel_service.h | 51 …DynamicChannelService(Psm psm, internal::DynamicChannelServiceManagerImpl* manager, os::Handler* h… in DynamicChannelService()
|
/aosp12/system/bt/gd/l2cap/ |
H A D | psm.h | 27 constexpr bool IsPsmValid(Psm psm) { in IsPsmValid()
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.cc | 70 uint16_t add_classic_cid_token_entry(uint16_t psm) { in add_classic_cid_token_entry() 745 void L2CA_Deregister(uint16_t psm) { in L2CA_Deregister() 768 auto psm = classic_cid_token_to_channel_map_[cid]; in L2CA_DisconnectReq() local 783 auto psm = classic_cid_token_to_channel_map_[cid]; in L2CA_DataWrite() local 1130 auto psm = classic_cid_token_to_channel_map_[lcid]; in L2CA_GetRemoteCid() local 1140 auto psm = classic_cid_token_to_channel_map_[cid]; in L2CA_SetTxPriority() local 1256 uint16_t add_le_cid_token_entry(uint16_t psm) { in add_le_cid_token_entry() 1513 void L2CA_DeregisterLECoc(uint16_t psm) { in L2CA_DeregisterLECoc() 1543 auto psm = le_cid_token_to_channel_map_[cid]; in L2CA_GetPeerLECocConfig() local 1558 auto psm = le_cid_token_to_channel_map_[cid]; in L2CA_DisconnectLECocReq() local [all …]
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpCoverArtService.java | 165 private void registerBipServer(int psm) { in registerBipServer() 270 int psm = getL2capPsm(); in dump() local
|