Searched refs:acl_channel (Results 1 – 2 of 2) sorted by relevance
| /system/dev/bluetooth/bt-transport-uart/ |
| A D | bt-transport-uart.c | 50 zx_handle_t acl_channel; member 122 if (hci->acl_channel != ZX_HANDLE_INVALID) { in hci_build_read_wait_items_locked() 123 items[count].handle = hci->acl_channel; in hci_build_read_wait_items_locked() 213 channel_cleanup_locked(hci, &hci->acl_channel); in hci_handle_acl_read_events() 299 zx_status_t status = zx_channel_write(hci->acl_channel, 0, in hci_handle_uart_read_events() 327 channel_cleanup_locked(hci, &hci->acl_channel); in hci_handle_uart_read_events() 358 channel_cleanup_locked(hci, &hci->acl_channel); in hci_read_thread() 370 } else if (item.handle == hci->acl_channel) { in hci_read_thread() 436 channel_cleanup_locked(hci, &hci->acl_channel); in hci_unbind() 457 return hci_open_channel(hci, &hci->acl_channel, out_channel); in hci_open_acl_data_channel()
|
| /system/dev/bluetooth/bt-transport-usb/ |
| A D | bt-transport-usb.c | 54 zx_handle_t acl_channel; member 222 if (hci->acl_channel == ZX_HANDLE_INVALID) { in hci_acl_read_complete() 225 status = zx_channel_write(hci->acl_channel, 0, buffer, req->response.actual, NULL, 0); in hci_acl_read_complete() 279 if (hci->acl_channel != ZX_HANDLE_INVALID) { in hci_build_read_wait_items_locked() 280 items[count].handle = hci->acl_channel; in hci_build_read_wait_items_locked() 380 channel_cleanup_locked(hci, &hci->acl_channel); in hci_handle_acl_read_events() 411 channel_cleanup_locked(hci, &hci->acl_channel); in hci_read_thread() 423 } else if (item.handle == hci->acl_channel) { in hci_read_thread() 487 channel_cleanup_locked(hci, &hci->acl_channel); in hci_unbind() 525 return hci_open_channel(hci, &hci->acl_channel, out_channel); in hci_open_acl_data_channel()
|
Completed in 5 milliseconds