Searched refs:p_rsp_msg (Results 1 – 3 of 3) sorted by relevance
160 NFC_HDR* p_rsp_msg; in ce_t3t_send_rsp() local168 p_rsp_msg = ce_t3t_get_rsp_buf(); in ce_t3t_send_rsp()169 if (p_rsp_msg != nullptr) { in ce_t3t_send_rsp()170 p_dst = p_rsp_start = (uint8_t*)(p_rsp_msg + 1) + p_rsp_msg->offset; in ce_t3t_send_rsp()182 p_rsp_msg->len = (uint16_t)(p_dst - p_rsp_start); in ce_t3t_send_rsp()183 ce_t3t_send_to_lower(p_rsp_msg); in ce_t3t_send_rsp()371 NFC_HDR* p_rsp_msg; in ce_t3t_handle_check_cmd() local380 p_rsp_msg = ce_t3t_get_rsp_buf(); in ce_t3t_handle_check_cmd()381 if (p_rsp_msg != nullptr) { in ce_t3t_handle_check_cmd()382 p_dst = p_rsp_start = (uint8_t*)(p_rsp_msg + 1) + p_rsp_msg->offset; in ce_t3t_handle_check_cmd()[all …]
127 if (p_cmd->p_rsp_msg) in gatt_dequeue_sr_cmd()129 << p_cmd->p_rsp_msg; in gatt_dequeue_sr_cmd()130 osi_free_and_reset((void**)&p_cmd->p_rsp_msg); in gatt_dequeue_sr_cmd()216 } else if (p_cmd->p_rsp_msg != NULL) { in build_read_multi_rsp()219 p_cmd->p_rsp_msg = p_buf; in build_read_multi_rsp()301 if (sr_res_p->p_rsp_msg == NULL) { in gatt_sr_process_app_rsp()302 sr_res_p->p_rsp_msg = attp_build_sr_msg(tcb, (uint8_t)(op_code + 1), in gatt_sr_process_app_rsp()310 if ((sr_res_p->status == GATT_SUCCESS) && (sr_res_p->p_rsp_msg)) { in gatt_sr_process_app_rsp()311 ret_code = attp_send_sr_msg(tcb, sr_res_p->cid, sr_res_p->p_rsp_msg); in gatt_sr_process_app_rsp()312 sr_res_p->p_rsp_msg = NULL; in gatt_sr_process_app_rsp()
220 BT_HDR* p_rsp_msg; member