Skip to content

Commit 88de058

Browse files
committed
[int][new][bt] [update bt lib]
Project: Bluetooth redmine: #4703, REDMINE-4703 ext-redmine: bug|feat#4703 [Description in detail] Affected branch: [master] Change-Id: I248fcb22e58c6fd0e287d6cc1d5b0baded9e6f38
1 parent 853a526 commit 88de058

File tree

4 files changed

+2
-0
lines changed

4 files changed

+2
-0
lines changed

include/hci_api.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,7 +2662,9 @@ void hcia_free_umsg_msg(BTS2U_HCI_MSG *umsg);
26622662
void hcia_register_receive_connect_req_handler(BOOL (*cb)(BTS2S_BD_ADDR *p_bd, U24 dev_cls));
26632663

26642664
void hcia_set_sniff_mode_enable(BOOL enable);
2665+
void hcia_set_sniff_mode_enable_ext(BTS2S_BD_ADDR *bd, BOOL enable);
26652666
BOOL hcia_get_sniff_mode_enable(void);
2667+
BOOL hcia_get_sniff_mode_enable_ext(BTS2S_BD_ADDR *bd);
26662668

26672669
/*----------------------------------------------------------------------------*
26682670
*

lib/lib_bt_gcc.a

7.08 KB
Binary file not shown.

lib/lib_bt_rvds.lib

6.17 KB
Binary file not shown.

lib/lib_bt_rvds_tran_only.lib

5.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)