Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h236 #define ESP_GAP_BLE_CHANNELS_LEN 5 /*!< channel length*/ macro
237 typedef uint8_t esp_gap_ble_channels[ESP_GAP_BLE_CHANNELS_LEN];
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_gap_ble_api.c904 memcpy(&arg.set_channels.channels, channels, ESP_GAP_BLE_CHANNELS_LEN); in esp_gap_ble_set_channels()
905 arg.set_channels.channels[ESP_GAP_BLE_CHANNELS_LEN -1] &= 0x1F; in esp_gap_ble_set_channels()