Home
last modified time | relevance | path

Searched refs:BOND_STATE_INVALID (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_common.h24 enum class BondState { BOND_STATE_INVALID = 0, BOND_STATE_BONDING = 1, BOND_STATE_BONDED = 2 }; member in OHOS::CJSystemapi::CJBluetoothConnection::BondState
/foundation/communication/bluetooth/frameworks/cj/connection/src/
H A Dbluetooth_connection_common.cpp102 bondStatus = static_cast<int>(BondState::BOND_STATE_INVALID); in DealPairStatus()
H A Dbluetooth_connection_impl.cpp141 int pairState = static_cast<int>(BondState::BOND_STATE_INVALID); in GetPairState()
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.h25 enum class BondState { BOND_STATE_INVALID = 0, BOND_STATE_BONDING = 1, BOND_STATE_BONDED = 2 }; member in OHOS::Bluetooth::BondState
H A Dnapi_bluetooth_connection.cpp67 napi_create_int32(env, static_cast<int32_t>(BondState::BOND_STATE_INVALID), &state);
612 int pairState = static_cast<int>(BondState::BOND_STATE_INVALID); in GetPairState()
849 SetNamedPropertyByInteger(env, bondState, static_cast<int>(BondState::BOND_STATE_INVALID), "BOND_STATE_INVALID"); in BondStateInit()
962 bondStatus = static_cast<int>(BondState::BOND_STATE_INVALID); in DealPairStatus()

Completed in 4 milliseconds