Lines Matching full:duration
53 uint16_t duration; in bt_data_send() local
67 * compensate with scan window duration. in bt_data_send()
70 * advertising interval to the total advertising duration. in bt_data_send()
72 duration = adv_int + num_events * (adv_int + 10); in bt_data_send()
77 * being transmitted. Increase the advertising duration by the in bt_data_send()
78 * amount of scan window duration to compensate for the blocked in bt_data_send()
82 duration += BT_MESH_SCAN_WINDOW_MS; in bt_data_send()
85 LOG_DBG("count %u interval %ums duration %ums", in bt_data_send()
86 num_events, adv_int, duration); in bt_data_send()
105 LOG_DBG("Advertising started. Sleeping %u ms", duration); in bt_data_send()
108 bt_mesh_adv_send_start(duration, err, ctx); in bt_data_send()
112 k_sleep(K_MSEC(duration)); in bt_data_send()
273 int bt_mesh_adv_gatt_start(const struct bt_le_adv_param *param, int32_t duration, in bt_mesh_adv_gatt_start() argument
277 adv_timeout = duration; in bt_mesh_adv_gatt_start()