Searched refs:GATT_RSP_ERROR (Results 1 – 4 of 4) sorted by relevance
106 UINT8_TO_STREAM(p, GATT_RSP_ERROR); in attp_build_err_cmd()367 case GATT_RSP_ERROR: in attp_build_sr_msg()
1082 if (!p_clcb || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) { in gatt_client_handle_server_rsp()1108 case GATT_RSP_ERROR: in gatt_client_handle_server_rsp()
744 p_buf = attp_build_sr_msg(tcb, GATT_RSP_ERROR, &msg); in gatt_send_error_rsp()
79 #define GATT_RSP_ERROR 0x01 macro