Home
last modified time | relevance | path

Searched refs:AFH_CHANNELS_LEN (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h358 #define AFH_CHANNELS_LEN 10 macro
359 typedef UINT8 AFH_CHANNELS[AFH_CHANNELS_LEN];
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c285 memcpy(p_msg->channels, channels, AFH_CHANNELS_LEN); in BTA_DmSetAfhChannels()