Home
last modified time | relevance | path

Searched refs:advDisableCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/bluetooth_mock/
H A Dbluetooth_mock.cpp272 if (BluetoothMock::btGattCallbacks_ && BluetoothMock::btGattCallbacks_->advDisableCb) { in ActionBleStopAdv()
273 …std::thread(BluetoothMock::btGattCallbacks_->advDisableCb, advId, OHOS_BT_STATUS_SUCCESS).detach(); in ActionBleStopAdv()
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h569 AdvDisableCallback advDisableCb; member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp211 if (g_AppCallback != nullptr && g_AppCallback->advDisableCb != nullptr) { in OnStopResultEvent()
212 g_AppCallback->advDisableCb(advId_, ret); in OnStopResultEvent()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c190 .advDisableCb = WrapperAdvDisableCb,