Searched refs:SetAdvertisingData (Results 1 - 8 of 8) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_advertiser.h | 43 virtual void SetAdvertisingData(const BluetoothBleAdvertiserData &advData,
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_advertiser_server.h | 42 void SetAdvertisingData(const BluetoothBleAdvertiserData &advData,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_advertiser_proxy.h | 40 void SetAdvertisingData(const BluetoothBleAdvertiserData &advData,
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_advertiser.h | 468 void SetAdvertisingData(const std::vector<uint8_t> &advData, const std::vector<uint8_t> &scanResponse,
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_ble_advertiser_proxy.cpp | 236 void BluetoothBleAdvertiserProxy::SetAdvertisingData(const BluetoothBleAdvertiserData &advData, in SetAdvertisingData() function in OHOS::Bluetooth::BluetoothBleAdvertiserProxy 241 HILOGW("[SetAdvertisingData] fail: write interface token failed."); in SetAdvertisingData() 246 HILOGW("[SetAdvertisingData] fail:write advData failed"); in SetAdvertisingData() 251 HILOGW("[SetAdvertisingData] fail:write scanResponse failed"); in SetAdvertisingData() 256 HILOGW("[SetAdvertisingData] fail: write advHandle failed."); in SetAdvertisingData() 264 HILOGW("[SetAdvertisingData] fail: transact ErrCode=%{public}d", result); in SetAdvertisingData()
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_ble_advertiser_server.cpp | 306 void BluetoothBleAdvertiserServer::SetAdvertisingData(const BluetoothBleAdvertiserData &advData, in SetAdvertisingData() function in OHOS::Bluetooth::BluetoothBleAdvertiserServer
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_advertiser.cpp | 411 void BleAdvertiser::SetAdvertisingData(const std::vector<uint8_t> &advData, const std::vector<uint8_t> &scanResponse, in SetAdvertisingData() function in OHOS::Bluetooth::BleAdvertiser 433 proxy->SetAdvertisingData(bleAdvertiserData, bleScanResponse, advHandle); in SetAdvertisingData()
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_gatt.cpp | 345 g_BleAdvertiser->SetAdvertisingData(advData, rspData, g_bleAdvCallbacks[advId]); in BleSetAdvData()
|
Completed in 9 milliseconds