summaryrefslogtreecommitdiff
path: root/firmware/bluetooth_rxtx/bluetooth_rxtx.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/bluetooth_rxtx/bluetooth_rxtx.c')
-rw-r--r--firmware/bluetooth_rxtx/bluetooth_rxtx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/bluetooth_rxtx/bluetooth_rxtx.c b/firmware/bluetooth_rxtx/bluetooth_rxtx.c
index 97ae521..cc15d3f 100644
--- a/firmware/bluetooth_rxtx/bluetooth_rxtx.c
+++ b/firmware/bluetooth_rxtx/bluetooth_rxtx.c
@@ -668,12 +668,6 @@ static int vendor_request_handler(uint8_t request, uint16_t* request_params, uin
ego_mode = request_params[0];
break;
- case UBERTOOTH_GET_API_VERSION:
- for (int i = 0; i < 4; ++i)
- data[i] = (UBERTOOTH_API_VERSION >> (8*i)) & 0xff;
- *data_len = 4;
- break;
-
default:
return 0;
}