Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dhcimsgs.h916 BOOLEAN btsnd_hcic_ble_set_csa_support (UINT8 csa_select);
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/
Dhciblecmds.c1937 BOOLEAN btsnd_hcic_ble_set_csa_support (UINT8 csa_select) in btsnd_hcic_ble_set_csa_support() function
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble_gap.c4773 if (btsnd_hcic_ble_set_csa_support(csa_select) != TRUE) { in BTM_BleSetCsaSupport()