Home | History | Annotate | Download | only in gatt

Lines Matching refs:rsp_code

984   uint8_t rsp_code = 0;
987 rsp_code = cmd_code + 1;
989 return rsp_code;
1010 uint8_t rsp_code;
1011 tGATT_CLCB* p_clcb = gatt_cmd_dequeue(tcb, &rsp_code);
1046 uint8_t rsp_code = gatt_cmd_to_rsp_code(cmd_code);
1047 if (!p_clcb || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) {
1050 op_code, rsp_code);