Home
last modified time | relevance | path

Searched refs:IsPsmValid (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/
Dpsm.h27 constexpr bool IsPsmValid(Psm psm) { in IsPsmValid() function
/packages/modules/Bluetooth/system/gd/l2cap/classic/
Ddynamic_channel_service.h57 log::assert_that(IsPsmValid(psm), "assert failed: IsPsmValid(psm)"); in DynamicChannelService()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Ddynamic_channel_service_manager_impl.cc32 if (!IsPsmValid(psm)) { in Register()
Dlink_manager.cc89 if (!IsPsmValid(psm)) { in ConnectDynamicChannelServices()
Dsignalling_manager.cc175 if (!IsPsmValid(psm)) { in OnConnectionRequest()