Lines Matching refs:GATT_INVALID_PDU
359 gatt_send_error_rsp(tcb, cid, GATT_INVALID_PDU, GATT_REQ_EXEC_WRITE, 0, in gatt_process_exec_write_req()
625 if (len < 4) return GATT_INVALID_PDU; in read_handles()
647 if (len < 2) return GATT_INVALID_PDU; in gatts_validate_packet_format()
654 return GATT_INVALID_PDU; in gatts_validate_packet_format()
705 gatt_send_error_rsp(tcb, cid, GATT_INVALID_PDU, op_code, s_hdl, false); in gatts_process_primary_service_req()
800 gatt_send_error_rsp(tcb, cid, GATT_INVALID_PDU, GATT_REQ_MTU, 0, false); in gatts_process_mtu_req()
947 gatt_send_error_rsp(tcb, cid, GATT_INVALID_PDU, op_code, handle, false); in gatts_process_write_req()
1032 gatt_send_error_rsp(tcb, cid, GATT_INVALID_PDU, op_code, 0, false); in gatts_process_read_req()
1086 status = GATT_INVALID_PDU; in gatts_process_attribute_req()
1283 status = GATT_INVALID_PDU; in gatts_process_db_out_of_sync()
1345 gatt_send_error_rsp(tcb, cid, GATT_INVALID_PDU, op_code, 0, false); in gatt_server_handle_client_req()