Searched refs:SendParamsToLpDevice (Results 1 - 9 of 9) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_ble_central_manager_proxy.h | 45 int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) override;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_ble_central_manager.h | 66 virtual int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) = 0;
|
/foundation/communication/bluetooth_service/services/bluetooth/server/include/ |
H A D | bluetooth_ble_central_manager_server.h | 51 int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) override;
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_gatt.h | 914 int SendParamsToLpDevice(const uint8_t *data, uint32_t dataSize, int32_t type);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_ble_central_manager.h | 631 int SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type);
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_ble_central_manager.cpp | 447 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 D | bluetooth_ble_central_manager_proxy.cpp | 312 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 D | ohos_bt_gatt.cpp | 1145 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 D | bluetooth_ble_central_manager_server.cpp | 763 int BluetoothBleCentralManagerServer::SendParamsToLpDevice(const std::vector<uint8_t> &dataValue, int32_t type) in SendParamsToLpDevice() function in OHOS::Bluetooth::BluetoothBleCentralManagerServer
|
Completed in 10 milliseconds