Lines Matching full:link
155 /* Global link layer statistics */
465 * Context: Link Layer task (HCI command parser)
621 * Context: Link layer task
662 * Count Link Layer statistics for received PDUs
664 * Context: Link layer task
708 * Context: Link layer task
773 * Called to put a packet on the Link Layer receive packet queue.
788 * Called to put a packet on the Link Layer transmit packet queue.
806 * Called to post event to Link Layer when a data buffer overflow has
1082 * Link Layer task.
1084 * This is the task that runs the Link Layer.
1125 * Called to set the current link layer state.
1127 * Context: Interrupt and Link Layer task
1140 * Called to get the current link layer state.
1142 * Context: Link Layer task (can be called from interrupt context though).
1155 * Send an event to the Link Layer task
1157 * @param ev Event to add to the Link Layer event queue.
1166 * Returns the features supported by the link layer
1177 * Returns the features supported by the link layer
1188 * Flush a link layer packet queue.
1198 /* FLush all packets from Link layer queues */ in ble_ll_flush_pkt_queue()
1240 * Called to reset the controller. This performs a "software reset" of the link
1244 * Context: Link Layer task (HCI command)
1274 /* FLush all packets from Link layer queues */ in ble_ll_reset()
1416 * Initialize the Link Layer. Should be called only once