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