Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dadv_ext.c67 struct bt_mesh_ext_adv { struct
78 static bool schedule_send(struct bt_mesh_ext_adv *ext_adv); argument
89 static struct bt_mesh_ext_adv advs[] = {
138 static inline struct bt_mesh_ext_adv *relay_adv_get(void) in relay_adv_get()
147 static inline struct bt_mesh_ext_adv *gatt_adv_get(void) in gatt_adv_get()
156 static int adv_start(struct bt_mesh_ext_adv *ext_adv, in adv_start()
204 static int bt_data_send(struct bt_mesh_ext_adv *ext_adv, uint8_t num_events, uint16_t adv_interval, in bt_data_send()
223 static int adv_send(struct bt_mesh_ext_adv *ext_adv, struct bt_mesh_adv *adv) in adv_send()
261 static bool schedule_send_with_mask(struct bt_mesh_ext_adv *ext_adv, int ignore_mask) in schedule_send_with_mask()
285 struct bt_mesh_ext_adv *ext_adv; in send_pending_adv()
[all …]