Searched refs:send_data_packets (Results 1 – 1 of 1) sorted by relevance
80 static int send_data_packets (ng_hci_unit_p, int, int);225 count = send_data_packets(unit, NG_HCI_LINK_ACL, count); in ng_hci_send_data()238 count = send_data_packets(unit, NG_HCI_LINK_SCO, count); in ng_hci_send_data()249 send_data_packets(ng_hci_unit_p unit, int link_type, int limit) in send_data_packets() function