osal_event_hdr_t hdr; //!< GAP_MSG_EVENT and status结构体
typedef struct
{
uint8 event;
uint8 status;
} osal_event_hdr_t;
cc2640做central时,gap返回的GAP_MSG_EVENT 事件在结构体osal_event_hdr_t 中的status值的定义在哪里查询。
现在打印出status是数值,对应的解释在那个文件定义的?
osal_event_hdr_t hdr; //!< GAP_MSG_EVENT and status结构体
typedef struct
{
uint8 event;
uint8 status;
} osal_event_hdr_t;
cc2640做central时,gap返回的GAP_MSG_EVENT 事件在结构体osal_event_hdr_t 中的status值的定义在哪里查询。
现在打印出status是数值,对应的解释在那个文件定义的?