Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c44 static int GapSetConnectionEncryption(uint16_t handle, uint8_t encryptionEnable);
189 ret = GapSetConnectionEncryption(devInfo->handle, LINK_LEVEL_ENCRYPTION_ON); in GapDoSecurityAction()
1728 static int GapSetConnectionEncryption(uint16_t handle, uint8_t encryptionEnable) in GapSetConnectionEncryption() function