Part Number: CC1352P
Other Parts Discussed in Thread: CC3235SF
Tool/software: Code Composer Studio
Hi everyone,
I have developed an application on BLE device CC1352P-2 in order to act as central. I would like to switch on the CC235SF device. I saw that I need to use the SAP API to configure the CC3235SF as Host communicating UART with the BLE stack on my CC1352P. I will use host test on my CC1352P and I am based on the Simple Application processor project to adpate my application to SAP libray. I am litle bit confuse confuse on the SAP project. I don't find the function in SAP library to send a Read Request from my Host. I find the function to send an HCI command over a SNP message but the are not HCI commands allowed by the SNP for a Read Request or Write request. That appears strange because the SAP library use the HCi Vendor Specific command where there are ATT_Read_Request and ATT_Write_Request. Have I to define an HCI_OPCODE for the Read Request in the library ? I attache the parts of the SAP library related to my problem.