Home
last modified time | relevance | path

Searched refs:btsnd_hcic_write_inquiry_mode (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h677 BOOLEAN btsnd_hcic_write_inquiry_mode(UINT8 type); /* Write Inquiry Mode */
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhcicmds.c1820 BOOLEAN btsnd_hcic_write_inquiry_mode (UINT8 mode) in btsnd_hcic_write_inquiry_mode() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_inq.c389 if (!btsnd_hcic_write_inquiry_mode (mode)) { in BTM_SetInquiryMode()