Home
last modified time | relevance | path

Searched refs:OHOS_BT_STATUS_DONE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/common/
H A Dadapter_bt_utils.c24 {OHOS_BT_STATUS_DONE, SOFTBUS_BT_STATUS_DONE},
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/
H A Dadapter_bt_utils_test.cpp50 status = BleOhosStatusToSoftBus(OHOS_BT_STATUS_DONE);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/c_header/
H A Dohos_bt_def.h198 OHOS_BT_STATUS_DONE, enumerator
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_utils_test.cpp52 status = BtStatusToSoftBus(OHOS_BT_STATUS_DONE);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_utils.c44 case OHOS_BT_STATUS_DONE: in BtStatusToSoftBus()