Home
last modified time | relevance | path

Searched refs:PinType (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection.cpp811 DECLARE_NAPI_PROPERTY("PinType", pinTypeObject), in ConnectionPropertyValueInit()
887 env, pinType, static_cast<int>(PinType::PIN_TYPE_ENTER_PIN_CODE), "PIN_TYPE_ENTER_PIN_CODE"); in PinTypeInit()
889 env, pinType, static_cast<int>(PinType::PIN_TYPE_ENTER_PASSKEY), "PIN_TYPE_ENTER_PASSKEY"); in PinTypeInit()
891 env, pinType, static_cast<int>(PinType::PIN_TYPE_CONFIRM_PASSKEY), "PIN_TYPE_CONFIRM_PASSKEY"); in PinTypeInit()
893 env, pinType, static_cast<int>(PinType::PIN_TYPE_NO_PASSKEY_CONSENT), "PIN_TYPE_NO_PASSKEY_CONSENT"); in PinTypeInit()
895 env, pinType, static_cast<int>(PinType::PIN_TYPE_NOTIFY_PASSKEY), "PIN_TYPE_NOTIFY_PASSKEY"); in PinTypeInit()
897 env, pinType, static_cast<int>(PinType::PIN_TYPE_DISPLAY_PIN_CODE), "PIN_TYPE_DISPLAY_PIN_CODE"); in PinTypeInit()
898 SetNamedPropertyByInteger(env, pinType, static_cast<int>(PinType::PIN_TYPE_OOB_CONSENT), "PIN_TYPE_OOB_CONSENT"); in PinTypeInit()
900 env, pinType, static_cast<int>(PinType::PIN_TYPE_PIN_16_DIGITS), "PIN_TYPE_PIN_16_DIGITS"); in PinTypeInit()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_def.h253 enum PinType { enum
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dbt_def.h280 enum PinType { enum

Completed in 9 milliseconds