Home
last modified time | relevance | path

Searched refs:exAdvScanRequestReceived (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_adv.c331 if (g_leExAdvCallback.callback.exAdvScanRequestReceived) { in GapOnLeScanRequestReceivedEvent()
334 g_leExAdvCallback.callback.exAdvScanRequestReceived( in GapOnLeScanRequestReceivedEvent()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h112 void (*exAdvScanRequestReceived)(uint8_t advHandle, const BtAddr *scannerAddr, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp677 exAdvCallback_.exAdvScanRequestReceived = &BleAdvertiserImpl::ExAdvScanRequestReceived; in RegisterExAdvCallbackToGap()