Searched refs:BtStatus (Results 1 - 13 of 13) sorted by relevance
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/ |
H A D | adapter_bt_utils.h | 31 int32_t BleOhosStatusToSoftBus(BtStatus status); 34 BtStatus btStatus;
|
/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/ |
H A D | bluetooth_hci_callbacks.cpp | 19 NO_SANITIZE("cfi") int32_t BluetoothHciCallbacks::OnInited(BtStatus status) in OnInited() 23 if (status != BtStatus::SUCCESS) { in OnInited()
|
H A D | bluetooth_hdi.cpp | 42 if (result != BtStatus::SUCCESS) { in HdiInit() 76 if (result != BtStatus::SUCCESS) { in HdiSendHciPacket()
|
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/ |
H A D | bluetooth_hci_callbacks.h | 38 using OHOS::HDI::Bluetooth::Hci::V1_0::BtStatus; 48 int32_t OnInited(BtStatus status) override;
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/ |
H A D | adapter_bt_utils.c | 33 int32_t BleOhosStatusToSoftBus(BtStatus btStatus) in BleOhosStatusToSoftBus()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_socket.cpp | 443 CHECK_AND_RETURN_LOG_RET(tempAddress.size(), BtStatus::BT_FAILURE, "address size error"); in Connect() 464 CHECK_AND_RETURN_LOG_RET(pimpl->fd_ != -1, BtStatus::BT_FAILURE, "connect failed!"); in Connect() 471 CHECK_AND_RETURN_LOG_RET(recvret, BtStatus::BT_FAILURE, "recvSocketSignal connect failed!"); in Connect() 478 return BtStatus::BT_SUCCESS; in Connect() 684 return BtStatus::BT_FAILURE; in RecvSocketFd() 687 CHECK_AND_RETURN_LOG_RET(cmptr != nullptr, BtStatus::BT_FAILURE, "cmptr error"); in RecvSocketFd() 689 && cmptr->cmsg_type == SCM_RIGHTS, BtStatus::BT_FAILURE, in RecvSocketFd() 697 BtStatus::BT_FAILURE, "RecvSocketFd, recvBuf memcpy_s fail"); in RecvSocketFd() 701 BtStatus::BT_FAILURE, "RecvSocketFd, buf memcpy_s fail"); in RecvSocketFd()
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/include/ |
H A D | softbus_ble_utils.h | 35 int32_t BtStatusToSoftBus(BtStatus btStatus);
|
/foundation/communication/dsoftbus/tests/adapter/bluetooth/ |
H A D | adapter_bt_utils_test.cpp | 71 status = BleOhosStatusToSoftBus((BtStatus)ILLEGAL_OHOS_BT_STATUS); in HWTEST()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/ |
H A D | ohos_bt_def.h | 213 } BtStatus; typedef
|
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/ |
H A D | softbus_ble_gatt.c | 96 int32_t ret = BtStatusToSoftBus((BtStatus)status); in WrapperAdvEnableCb() 122 int32_t ret = BtStatusToSoftBus((BtStatus)status); in WrapperAdvDisableCb() 146 int32_t ret = BtStatusToSoftBus((BtStatus)status); in WrapperAdvSetDataCb() 168 int32_t ret = BtStatusToSoftBus((BtStatus)status); in WrapperAdvUpdateDataCb()
|
H A D | softbus_ble_utils.c | 31 int32_t BtStatusToSoftBus(BtStatus btStatus) in BtStatusToSoftBus()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/ |
H A D | napi_bluetooth_spp_client.cpp | 123 if (callbackInfo->errorCode_ == BtStatus::BT_SUCCESS) { in SppConnect()
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_def.h | 317 enum BtStatus { enum
|
Completed in 10 milliseconds