Searched refs:channelID1 (Results 1 – 2 of 2) sorted by relevance
34 bool GapCompareChannelID(GAP_SecMultiplexingProtocol protocolID, GapSecChannel channelID1, GapSecCh…
270 bool GapCompareChannelID(GAP_SecMultiplexingProtocol protocolID, GapSecChannel channelID1, GapSecCh… in GapCompareChannelID() argument272 return (protocolID == SEC_PROTOCOL_L2CAP) ? (channelID1.l2capPsm == channelID2.l2capPsm) in GapCompareChannelID()273 … : (channelID1.rfcommChannel == channelID2.rfcommChannel); in GapCompareChannelID()