remove gatt_client_start/stop_cmd

This commit is contained in:
mila@ringwald.ch 2014-05-07 20:56:56 +00:00
parent 3129057b72
commit 1fc6917658
2 changed files with 0 additions and 16 deletions

View File

@ -558,8 +558,6 @@ extern const hci_cmd_t gap_disconnect_cmd;
extern const hci_cmd_t gap_le_scan_start;
extern const hci_cmd_t gap_le_scan_stop;
extern const hci_cmd_t gap_le_connect_cmd;
extern const hci_cmd_t gatt_client_start_cmd;
extern const hci_cmd_t gatt_client_stop_cmd;
extern const hci_cmd_t gatt_discover_primary_services_cmd;
#if defined __cplusplus

View File

@ -758,20 +758,6 @@ const hci_cmd_t gap_le_connect_cmd = {
OPCODE(OGF_BTSTACK, GAP_LE_CONNECT), "1B"
};
/**
* @param handle
*/
const hci_cmd_t gatt_client_start_cmd = {
OPCODE(OGF_BTSTACK, GATT_START), "H"
};
/**
* @param handle
*/
const hci_cmd_t gatt_client_stop_cmd = {
OPCODE(OGF_BTSTACK, GATT_STOP), "H"
};
/**
* @param handle
*/