BT_ACL
HciConnection* conn = AddConnection(data->handle, BT_ACL,
conn = btCoreData->AddConnection(con_handle, BT_ACL, BDADDR_NULL, hid);
case BT_ACL:
case BT_ACL:
if (type == BT_ACL) {
curr_frame->protocol = BT_ACL;
case BT_ACL:
if (assembly_rx(bdev, BT_ACL, data, actual_len) == B_OK) {
case BT_ACL:
while (!list_is_empty(&bdev->nbuffersTx[BT_ACL])) {
if (!list_is_empty(&bdev->nbuffersTx[BT_ACL])) {
list_remove_head_item(&bdev->nbuffersTx[BT_ACL]);
list_insert_item_before(&bdev->nbuffersTx[BT_ACL],
list_get_first_item(&bdev->nbuffersTx[BT_ACL]),
case BT_ACL: {