Home | History | Annotate | Download | only in l2cap

Lines Matching refs:controller

31 #include "device/include/controller.h"
270 /* we are in collision situation, wait for connecttion request from controller */
708 ** number of Controller Packets by the number of links. In
724 /* If no links active, reset buffer quotas and controller buffers */
944 ** Description This function is called when a "controller buffer size"
945 ** event is first received from the controller. It updates
963 ** host to controller flow control is used. If fills in the arrays
1099 ** to the Host Controller. It may be passed the address of
1154 /* If controller window is full, nothing to do */
1282 const controller_t *controller = controller_get_interface();
1284 if ((p_buf->len <= controller->get_acl_packet_size_classic()
1287 ((p_lcb->transport == BT_TRANSPORT_LE) && (p_buf->len <= controller->get_acl_packet_size_ble()))
1323 acl_data_size = controller->get_acl_data_size_ble();
1330 acl_data_size = controller->get_acl_data_size_classic();
1417 ** event is received from the controller. It updates all the
1455 /* Maintain the total window to the controller */