summaryrefslogtreecommitdiff
path: root/net/nimble/host/include/host/ble_hs_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/nimble/host/include/host/ble_hs_test.h')
-rw-r--r--net/nimble/host/include/host/ble_hs_test.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/net/nimble/host/include/host/ble_hs_test.h b/net/nimble/host/include/host/ble_hs_test.h
index 787ec41e..3247b59d 100644
--- a/net/nimble/host/include/host/ble_hs_test.h
+++ b/net/nimble/host/include/host/ble_hs_test.h
@@ -23,9 +23,6 @@
#include <inttypes.h>
struct os_mbuf;
-void ble_hs_test_pkt_txed(struct os_mbuf *om);
-void ble_hs_test_hci_txed(uint8_t *cmdbuf);
-
int ble_att_clt_test_all(void);
int ble_att_svr_test_all(void);
int ble_gap_test_all(void);
@@ -37,16 +34,16 @@ int ble_gatt_find_s_test_all(void);
int ble_gatt_read_test_all(void);
int ble_gatt_write_test_all(void);
int ble_gatts_notify_test_all(void);
+int ble_gatts_read_test_suite(void);
int ble_gatts_reg_test_all(void);
-int ble_host_hci_test_all(void);
+int ble_hs_hci_test_all(void);
int ble_hs_adv_test_all(void);
int ble_hs_conn_test_all(void);
int ble_l2cap_test_all(void);
int ble_os_test_all(void);
-int ble_sm_test_all(void);
-int ble_uuid_test_all(void);
-
int ble_sm_lgcy_test_suite(void);
int ble_sm_sc_test_suite(void);
+int ble_sm_test_all(void);
+int ble_uuid_test_all(void);
#endif