Searched defs:BOND_STATE_INVALID (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/bluetooth/frameworks/cj/connection/include/ | ||
H A D | bluetooth_connection_common.h | 24 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/js/napi/src/connection/ | ||
H A D | napi_bluetooth_connection.h | 25 enum class BondState { BOND_STATE_INVALID = 0, BOND_STATE_BONDING = 1, BOND_STATE_BONDED = 2 }; member in OHOS::Bluetooth::BondState |
Completed in 1 milliseconds