Searched refs:csa_select (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | btc_gap_ble.h | 282 uint8_t csa_select; member
|
/hal_espressif-latest/components/bt/host/bluedroid/api/ |
D | esp_gap_ble_api.c | 1036 esp_err_t esp_ble_gap_set_csa_support(uint8_t csa_select) in esp_ble_gap_set_csa_support() argument 1047 arg.set_csa_support.csa_select = csa_select; in esp_ble_gap_set_csa_support()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_api.c | 2933 void BTA_DmBleGapSetCsaSupport(uint8_t csa_select, tBTA_SET_CSA_SUPPORT_CMPL_CBACK *p_callback) in BTA_DmBleGapSetCsaSupport() argument 2940 p_msg->csa_select = csa_select; in BTA_DmBleGapSetCsaSupport()
|
D | bta_dm_act.c | 5767 APPL_TRACE_API("%s, csa_select = %d", __func__, p_data->ble_set_csa_support.csa_select); in bta_dm_ble_gap_set_csa_support() 5768 … BTM_BleSetCsaSupport(p_data->ble_set_csa_support.csa_select, p_data->ble_set_csa_support.p_cback); in bta_dm_ble_gap_set_csa_support()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 916 BOOLEAN btsnd_hcic_ble_set_csa_support (UINT8 csa_select);
|
D | btm_ble_api.h | 2740 BOOLEAN BTM_BleSetCsaSupport (UINT8 csa_select, tBTM_SET_CSA_SUPPORT_CMPL_CBACK *p_callback);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1937 BOOLEAN btsnd_hcic_ble_set_csa_support (UINT8 csa_select) in btsnd_hcic_ble_set_csa_support() argument 1953 UINT8_TO_STREAM (pp, csa_select); in btsnd_hcic_ble_set_csa_support()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 2769 esp_err_t esp_ble_gap_set_csa_support(uint8_t csa_select);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_gap.c | 4771 BOOLEAN BTM_BleSetCsaSupport(UINT8 csa_select, tBTM_SET_CSA_SUPPORT_CMPL_CBACK *p_callback) in BTM_BleSetCsaSupport() argument 4773 if (btsnd_hcic_ble_set_csa_support(csa_select) != TRUE) { in BTM_BleSetCsaSupport() 4774 BTM_TRACE_ERROR("LE SetCsaSupport csa_select=%d: error", csa_select); in BTM_BleSetCsaSupport()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/include/ |
D | bta_dm_int.h | 924 UINT8 csa_select; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 2861 extern void BTA_DmBleGapSetCsaSupport(uint8_t csa_select, tBTM_SET_CSA_SUPPORT_CMPL_CBACK *p_callba…
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 2398 … BTA_DmBleGapSetCsaSupport(arg->set_csa_support.csa_select, btc_ble_set_csa_support_callback); in btc_gap_ble_call_handler()
|