Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_link.c1050 l2cb.ble_check_round_robin = TRUE; in l2c_link_check_send_pkts()
1151 l2cb.ble_check_round_robin = FALSE; in l2c_link_check_send_pkts()
1430 && ((l2cb.ble_check_round_robin) in l2c_link_process_num_completed_pkts()
1444 l2cb.ble_check_round_robin, l2cb.ble_round_robin_unacked); in l2c_link_process_num_completed_pkts()
1460 l2cb.ble_check_round_robin, l2cb.ble_round_robin_unacked); in l2c_link_process_num_completed_pkts()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h523 …BOOLEAN ble_check_round_robin; /* Do a round robin check */ member