Searched defs:passkey (Results 1 - 15 of 15) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_remote_device.cpp | 299 bool BluetoothRemoteDevice::SetDevicePasskey(int passkey, bool accept) in SetDevicePasskey() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_properties.cpp | 238 bool BleProperties::SetPasskey(const std::string &passkey) in SetPasskey() argument
|
H A D | ble_security.cpp | 908 int BleSecurity::SetDevicePasskey(const RawAddress &device, int passkey, int accept) const in SetDevicePasskey() argument
|
H A D | ble_config.cpp | 118 std::string passkey = ""; in GetLoaclPasskey() local
|
H A D | ble_adapter.cpp | 799 bool BleAdapter::SetDevicePasskey(const RawAddress &device, int passkey, bool accept) const in SetDevicePasskey() argument
|
/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 [all...] |
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
|
H A D | smp_tool.c | 356 uint32_t passkey = 0x00; in SMP_ConstituteF4Param() local
|
/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() argument
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_host_proxy.cpp | 1265 bool BluetoothHostProxy::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/ |
H A D | bluetooth_host_stub.cpp | 1138 int32_t passkey; in SetDevicePasskeyInner() local
|
/foundation/communication/bluetooth_service/services/bluetooth/server/src/ |
H A D | bluetooth_host_server.cpp | 1595 bool BluetoothHostServer::SetDevicePasskey(int32_t transport, const std::string &address, int32_t passkey, bool accept) in SetDevicePasskey() argument
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/ |
H A D | hci_def_evt.h | 534 uint32_t passkey; member
|
Completed in 41 milliseconds