Home
last modified time | relevance | path

Searched defs:bt_mesh_ble_adv_param (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dmesh_bearer_adapt.h390 struct bt_mesh_ble_adv_param { struct
391 uint16_t interval; /* Advertising interval */
392 uint8_t adv_type; /* Advertising type */
393 uint8_t own_addr_type; /* Own address type */
394 uint8_t peer_addr_type; /* Peer address type */
395 uint8_t peer_addr[6]; /* Peer address */
396 uint16_t duration; /* Duration is milliseconds */
397 uint16_t period; /* Period in milliseconds */
398 uint16_t count; /* Number of advertising duration */
399 uint8_t priority:2; /* Priority of BLE advertising packet */