Searched refs:GapCompareChannelID (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_internal.h | 34 bool GapCompareChannelID(GAP_SecMultiplexingProtocol protocolID, GapSecChannel channelID1, GapSecChannel channelID2);
|
H A D | gap.c | 270 bool GapCompareChannelID(GAP_SecMultiplexingProtocol protocolID, GapSecChannel channelID1, GapSecChannel channelID2) in GapCompareChannelID() function 908 GapCompareChannelID(serviceInfo->protocolId, regInfo->info.channelId, serviceInfo->channelId)) { in GAP_RegisterServiceSecurity() 956 GapCompareChannelID(serviceInfo->protocolId, regInfo->info.channelId, serviceInfo->channelId)) { in GAP_DeregisterServiceSecurity()
|
H A D | gap_br_sec.c | 49 (GapCompareChannelID(info2->protocolId, info1->channelId, info2->channelId)) && in GapCompareServiceSecurityInfo()
|
Completed in 5 milliseconds