Home
last modified time | relevance | path

Searched refs:BOND_STATE_BONDED (Results 1 - 4 of 4) 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.cpp108 bondStatus = static_cast<int>(BondState::BOND_STATE_BONDED); in DealPairStatus()
/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.cpp851 SetNamedPropertyByInteger(env, bondState, static_cast<int>(BondState::BOND_STATE_BONDED), "BOND_STATE_BONDED"); in BondStateInit()
968 bondStatus = static_cast<int>(BondState::BOND_STATE_BONDED); in DealPairStatus()

Completed in 3 milliseconds