Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dbt_types.h360 #define BLE_CHANNELS_LEN 5 macro
361 typedef UINT8 BLE_CHANNELS[BLE_CHANNELS_LEN];
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c360 memcpy(p_msg->channels, channels, BLE_CHANNELS_LEN); in BTA_DmBleSetChannels()