Home
last modified time | relevance | path

Searched refs:SendParamsToLpDevice (Results 1 - 9 of 9) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_ble_central_manager_proxy.h45 int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) override;
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_ble_central_manager.h66 virtual int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) = 0;
/foundation/communication/bluetooth_service/services/bluetooth/server/include/
H A Dbluetooth_ble_central_manager_server.h51 int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) override;
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_gatt.h914 int SendParamsToLpDevice(const uint8_t *data, uint32_t dataSize, int32_t type);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_ble_central_manager.h631 int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type);
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp447 int BleCentralManager::SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) in SendParamsToLpDevice() function in OHOS::Bluetooth::BleCentralManager
457 return proxy->SendParamsToLpDevice(dataValue, type); in SendParamsToLpDevice()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_proxy.cpp312 int BluetoothBleCentralManagerProxy::SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) in SendParamsToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerProxy
316 HILOGE("[SendParamsToLpDevice] fail: write interface token failed."); in SendParamsToLpDevice()
320 HILOGE("[SendParamsToLpDevice] fail: write dataValue failed."); in SendParamsToLpDevice()
324 HILOGE("[SendParamsToLpDevice] fail: write type failed."); in SendParamsToLpDevice()
332 HILOGE("[SendParamsToLpDevice] fail: transact ErrCode=%{public}d", result); in SendParamsToLpDevice()
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp1145 int SendParamsToLpDevice(const uint8_t *data, uint32_t dataSize, int32_t type) in SendParamsToLpDevice() function
1147 HILOGI("SendParamsToLpDevice enter. type: %{public}d, dataSize: %{public}d", type, dataSize); in SendParamsToLpDevice()
1149 HILOGE("SendParamsToLpDevice fail, data is nullptr or dataSize is wrong."); in SendParamsToLpDevice()
1159 int ret = bleCentralManager->SendParamsToLpDevice(std::move(dataValue), type); in SendParamsToLpDevice()
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_ble_central_manager_server.cpp763 int BluetoothBleCentralManagerServer::SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) in SendParamsToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer

Completed in 10 milliseconds