OSDN Git Service

Remove unnecessary declarations stack/btm/btm_sco
authorChris Manton <cmanton@google.com>
Sun, 20 Sep 2020 02:41:02 +0000 (19:41 -0700)
committerChris Manton <cmanton@google.com>
Wed, 30 Sep 2020 19:38:16 +0000 (12:38 -0700)
Towards readable code

Bug: 163134718
Tag: #refactor
Test: act.py -tc BleCocTest
Change-Id: I2f2c69a445738420f0a316a1e4c36a879f6ce516

stack/btm/btm_sco.h

index c87e5d5..1490db0 100644 (file)
@@ -57,9 +57,5 @@ typedef struct {
   esco_data_path_t sco_route; /* HCI, PCM, or TEST */
 } tSCO_CB;
 
-extern void btm_set_sco_ind_cback(tBTM_SCO_IND_CBACK* sco_ind_cb);
-extern void btm_accept_sco_link(uint16_t sco_inx, enh_esco_params_t* p_setup,
-                                tBTM_SCO_CB* p_conn_cb, tBTM_SCO_CB* p_disc_cb);
-extern void btm_reject_sco_link(uint16_t sco_inx);
 extern void btm_sco_chk_pend_rolechange(uint16_t hci_handle);
 extern void btm_sco_disc_chk_pend_for_modechange(uint16_t hci_handle);