Searched refs:SMP_SendKeysToRemoteCbProcess (Results 1 – 1 of 1) sorted by relevance
| /foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/ |
| D | smp_send.c | 38 static void SMP_SendKeysToRemoteCbProcess(uint16_t aclHandle, int result, uint8_t keyDistCmdFlag); 335 …SMP_SendKeysToRemoteCbProcess(param->aclHandle, param->result, SMP_KEY_DIST_CMD_FLAG_BIT_ENC_INFO); in SMP_SendEncInfoCbTask() 361 …SMP_SendKeysToRemoteCbProcess(param->aclHandle, param->result, SMP_KEY_DIST_CMD_FLAG_BIT_MASTER_ID… in SMP_SendMasterIdentCbTask() 387 …SMP_SendKeysToRemoteCbProcess(param->aclHandle, param->result, SMP_KEY_DIST_CMD_FLAG_BIT_IDENT_INF… in SMP_SendIdentInfoCbTask() 413 …SMP_SendKeysToRemoteCbProcess(param->aclHandle, param->result, SMP_KEY_DIST_CMD_FLAG_BIT_IDENT_ADD… in SMP_SendIdentAddrInfoCbTask() 439 …SMP_SendKeysToRemoteCbProcess(param->aclHandle, param->result, SMP_KEY_DIST_CMD_FLAG_BIT_SIGN_INFO… in SMP_SendSignInfoCbTask() 529 static void SMP_SendKeysToRemoteCbProcess(uint16_t aclHandle, int result, uint8_t keyDistCmdFlag) in SMP_SendKeysToRemoteCbProcess() function
|