Home
last modified time | relevance | path

Searched refs:BT_ALREADY (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_defines.h28 if ((ret) == BT_ALREADY) { \
31 if (((ret) != BT_SUCCESS) && ((ret) != BT_ALREADY)) { \
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtstack.h52 #define BT_ALREADY (-2001) macro
H A Dgap_comm.h32 #define GAP_ERR_REPEATED BT_ALREADY /// GAP error code repeated action
H A Drfcomm.h88 #define RFCOMM_ALREADY_EXIST BT_ALREADY // Already exist
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_defines.h28 if (ret == BT_ALREADY) { \
31 if ((ret != BT_SUCCESS) && (ret != BT_ALREADY)) { \
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h68 #define SMP_ERR_REPEATED BT_ALREADY /// < SMP error code repeated action