mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-10 06:44:32 +00:00
remove gatt_client_start/stop_cmd
This commit is contained in:
parent
3129057b72
commit
1fc6917658
@ -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_start;
|
||||||
extern const hci_cmd_t gap_le_scan_stop;
|
extern const hci_cmd_t gap_le_scan_stop;
|
||||||
extern const hci_cmd_t gap_le_connect_cmd;
|
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;
|
extern const hci_cmd_t gatt_discover_primary_services_cmd;
|
||||||
|
|
||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
|
@ -758,20 +758,6 @@ const hci_cmd_t gap_le_connect_cmd = {
|
|||||||
OPCODE(OGF_BTSTACK, GAP_LE_CONNECT), "1B"
|
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
|
* @param handle
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user