Searched refs:PLATFORM_FillInHciCmdMsg (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.7.0/mcux/middleware/mcux-sdk-middleware-connectivity-framework/platform/rw61x/ |
D | fwk_platform_ble.c | 251 static void PLATFORM_FillInHciCmdMsg(uint8_t *pbuf, uint16_t opcode, uint8_t msg_sz, const uint8_t … 601 PLATFORM_FillInHciCmdMsg(&buffer[0], opcode, (uint8_t)sizeof(params), params); in PLATFORM_EnableBleLowPower() 623 PLATFORM_FillInHciCmdMsg(buffer, opcode, (uint8_t)sizeof(params), params); in PLATFORM_DisableBleLowPower() 819 …PLATFORM_FillInHciCmdMsg(buffer, opcode, (uint8_t)sizeof(hci_cal_data_params), hci_cal_data_params… in PLATFORM_SetBtCalData() 837 …PLATFORM_FillInHciCmdMsg(bufferAnnex100, opcodeAnnex100, (uint8_t)sizeof(hci_cal_data_annex100_par… in PLATFORM_SetBtCalDataAnnex100() 938 PLATFORM_FillInHciCmdMsg(buffer, opcode, (uint8_t)sizeof(params), params); in PLATFORM_BleSetHostSleepConfig() 949 static void PLATFORM_FillInHciCmdMsg(uint8_t *pbuf, uint16_t opcode, uint8_t msg_sz, const uint8_t … in PLATFORM_FillInHciCmdMsg() function
|