Home
last modified time | relevance | path

Searched refs:BtStatus (Results 1 - 13 of 13) sorted by relevance

/foundation/communication/dsoftbus/adapter/common/net/bluetooth/include/
H A Dadapter_bt_utils.h31 int32_t BleOhosStatusToSoftBus(BtStatus status);
34 BtStatus btStatus;
/foundation/communication/bluetooth_service/services/bluetooth/hardware/src/
H A Dbluetooth_hci_callbacks.cpp19 NO_SANITIZE("cfi") int32_t BluetoothHciCallbacks::OnInited(BtStatus status) in OnInited()
23 if (status != BtStatus::SUCCESS) { in OnInited()
H A Dbluetooth_hdi.cpp42 if (result != BtStatus::SUCCESS) { in HdiInit()
76 if (result != BtStatus::SUCCESS) { in HdiSendHciPacket()
/foundation/communication/bluetooth_service/services/bluetooth/hardware/include/
H A Dbluetooth_hci_callbacks.h38 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 Dadapter_bt_utils.c33 int32_t BleOhosStatusToSoftBus(BtStatus btStatus) in BleOhosStatusToSoftBus()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_socket.cpp443 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 Dsoftbus_ble_utils.h35 int32_t BtStatusToSoftBus(BtStatus btStatus);
/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dadapter_bt_utils_test.cpp71 status = BleOhosStatusToSoftBus((BtStatus)ILLEGAL_OHOS_BT_STATUS); in HWTEST()
/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_def.h213 } BtStatus; typedef
/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c96 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 Dsoftbus_ble_utils.c31 int32_t BtStatusToSoftBus(BtStatus btStatus) in BtStatusToSoftBus()
/foundation/communication/bluetooth/frameworks/js/napi/src/socket/
H A Dnapi_bluetooth_spp_client.cpp123 if (callbackInfo->errorCode_ == BtStatus::BT_SUCCESS) { in SppConnect()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h317 enum BtStatus { enum

Completed in 10 milliseconds