Home
last modified time | relevance | path

Searched refs:encyptionEnabled (Results 1 – 5 of 5) sorted by relevance

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/gap/
Dgap_btm_receive.c35 bool encyptionEnabled; member
59 btmParam.encyptionEnabled = param->encyptionEnabled; in GapAclConnectionCompleteTask()
81 btmParam->encyptionEnabled = param->encyptionEnabled; in GapRecvAclConnectionComplete()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/classic/
Dclassic_adapter.h922 uint32_t classOfDevice, bool encyptionEnabled);
Dclassic_adapter.cpp2017 param->encyptionEnabled)); in ConnectionComplete()
2022 uint32_t classOfDevice, bool encyptionEnabled) in ReceiveConnectionComplete() argument
2053 if (encyptionEnabled == true) { in ReceiveConnectionComplete()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/include/
Dbtm.h225 bool encyptionEnabled; member
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_acl.c546 connectCompleteParam.encyptionEnabled = eventParam->encryptionEnabled; in BtmOnConnectionComplete()