Home
last modified time | relevance | path

Searched refs:GATT_RSP_ERROR (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c113 UINT8_TO_STREAM (p, GATT_RSP_ERROR); in attp_build_err_cmd()
395 case GATT_RSP_ERROR: in attp_build_sr_msg()
434 case GATT_RSP_ERROR: in attp_build_sr_msg()
Dgatt_cl.c1163 if (p_clcb == NULL || (rsp_code != op_code && op_code != GATT_RSP_ERROR)) { in gatt_client_handle_server_rsp()
1183 case GATT_RSP_ERROR: in gatt_client_handle_server_rsp()
Dgatt_utils.c1562 if ((p_buf = attp_build_sr_msg(p_tcb, GATT_RSP_ERROR, (tGATT_SR_MSG *)&error)) != NULL) { in gatt_send_error_rsp()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h86 #define GATT_RSP_ERROR 0x01 macro