Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_cmd.h38 int SMP_SendEncryptionInformation(uint16_t handle, const uint8_t *ltk, SMP_SendDataCb cb);
H A Dsmp_cmd.c207 int SMP_SendEncryptionInformation(uint16_t handle, const uint8_t *ltk, SMP_SendDataCb cb) in SMP_SendEncryptionInformation() function
H A Dsmp_send.c96 …int ret = SMP_SendEncryptionInformation(SMP_GetPairMng()->handle, ltkTemp, SMP_SendEncryptionInfor… in SMP_SendDistKeysToRemoteEncKey()