Home
last modified time | relevance | path

Searched defs:DisableAdvertising (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_advertiser_proxy.cpp152 int BluetoothBleAdvertiserProxy::DisableAdvertising(uint8_t advHandle) in DisableAdvertising() function in OHOS::Bluetooth::BluetoothBleAdvertiserProxy
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_advertiser_server.cpp215 int BluetoothBleAdvertiserServer::DisableAdvertising(uint8_t advHandle) in DisableAdvertising() function in OHOS::Bluetooth::BluetoothBleAdvertiserServer
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_advertiser.cpp469 int BleAdvertiser::DisableAdvertising(uint8_t advHandle, std::shared_ptr<BleAdvertiseCallback> call… in DisableAdvertising() function in OHOS::Bluetooth::BleAdvertiser
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble.cpp952 napi_value DisableAdvertising(napi_env env, napi_callback_info info) in DisableAdvertising() function