Searched defs:passkey (Results 1 – 15 of 15) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
H A D | smp_legacy.c | 32 uint32_t passkey; in SMP_LegacyPairMasterStep1() local 398 uint32_t passkey; in SMP_LegacyPairSlaveStep1() local
|
H A D | smp_tool.c | 356 uint32_t passkey = 0x00; in SMP_ConstituteF4Param() local
|
H A D | smp_sc_accepter.c | 453 uint32_t passkey; in SMP_ScPairPasskeyEntrySlaveStep4() local
|
H A D | smp_sc_initiator.c | 425 uint32_t passkey; in SMP_ScPairPasskeyEntryMasterStep4() local
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_properties.cpp | 270 bool BleProperties::SetPasskey(const std::string &passkey) in SetPasskey()
|
H A D | ble_config.cpp | 118 std::string passkey = ""; in GetLoaclPasskey() local
|
H A D | ble_security.cpp | 907 int BleSecurity::SetDevicePasskey(const RawAddress &device, int passkey, int accept) const in SetDevicePasskey()
|
H A D | ble_adapter.cpp | 826 bool BleAdapter::SetDevicePasskey(const RawAddress &device, int passkey, bool accept) const in SetDevicePasskey()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/ |
H A D | classic_config.cpp | 140 std::string passkey = ""; in GetLocalPasskey() local
|
H A D | classic_adapter.cpp | 1240 std::string passkey = adapterProperties_.GetPasskey(); in UserConfirmAutoReply() local 1252 int passkey = 0; in UserConfirmAutoReply() local 1960 bool ClassicAdapter::SetDevicePasskey(const RawAddress &device, int passkey, bool accept) const in SetDevicePasskey()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 302 bool BluetoothRemoteDevice::SetDevicePasskey(int passkey, bool accept) in SetDevicePasskey()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 1104 int32_t passkey; in SetDevicePasskeyInner() local
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1238 …roxy::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1616 …rver::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 534 uint32_t passkey; member
|