Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_def.h41 #define SMP_CODE_PAIRING_PUBLIC_KEY 0x0C macro
H A Dsmp_cmd.c163 uint8_t code = SMP_CODE_PAIRING_PUBLIC_KEY; in SMP_SendPairingPublicKey()
H A Dsmp_receive.c177 case SMP_CODE_PAIRING_PUBLIC_KEY: in SMP_RecvDataCmdDistribution()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_acl.c909 case SMP_CODE_PAIRING_PUBLIC_KEY: in L2capDataFilterUseSmp()