Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/gatt/
Datt_protocol.cc114 UINT8_TO_STREAM(p, GATT_RSP_ERROR); in attp_build_err_cmd()
428 case GATT_RSP_ERROR: in attp_build_sr_msg()
Dgatt_cl.cc1243 if (rsp_code != op_code && op_code != GATT_RSP_ERROR) { in gatt_client_handle_server_rsp()
1263 case GATT_RSP_ERROR: in gatt_client_handle_server_rsp()
Dgatt_utils.cc912 p_buf = attp_build_sr_msg(tcb, GATT_RSP_ERROR, &msg, payload_size); in gatt_send_error_rsp()
/packages/modules/Bluetooth/system/stack/include/
Dgatt_api.h145 GATT_RSP_ERROR = 0x01, enumerator
195 case GATT_RSP_ERROR: in gatt_op_code_text()