Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_adv.c533 if (g_leAdvCallback.callback.advSetDataResult) { in GapLeAdvSetDataComplete()
534 g_leAdvCallback.callback.advSetDataResult(param->status, g_leAdvCallback.context); in GapLeAdvSetDataComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h157 void (*advSetDataResult)(uint8_t status, void *context); member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp499 advCallbacks_.advSetDataResult = &BleAdvertiserImpl::AdvSetDataResult; in RegisterCallbackToGap()