Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h215 #define ESP_GAP_BLE_CHANNELS_LEN 5 macro
216 typedef uint8_t esp_gap_ble_channels[ESP_GAP_BLE_CHANNELS_LEN];
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c764 memcpy(&arg.set_channels.channels, channels, ESP_GAP_BLE_CHANNELS_LEN); in esp_gap_ble_set_channels()
765 arg.set_channels.channels[ESP_GAP_BLE_CHANNELS_LEN -1] &= 0x1F; in esp_gap_ble_set_channels()