Searched refs:hci_open_channel (Results 1 – 2 of 2) sorted by relevance
| /system/dev/bluetooth/bt-transport-uart/ |
| A D | bt-transport-uart.c | 394 static zx_status_t hci_open_channel(hci_t* hci, zx_handle_t* in_channel, zx_handle_t* out_channel) { in hci_open_channel() function 452 return hci_open_channel(hci, &hci->cmd_channel, out_channel); in hci_open_command_channel() 457 return hci_open_channel(hci, &hci->acl_channel, out_channel); in hci_open_acl_data_channel() 462 return hci_open_channel(hci, &hci->snoop_channel, out_channel); in hci_open_snoop_channel()
|
| /system/dev/bluetooth/bt-transport-usb/ |
| A D | bt-transport-usb.c | 445 static zx_status_t hci_open_channel(hci_t* hci, zx_handle_t* in_channel, zx_handle_t* out_channel) { in hci_open_channel() function 520 return hci_open_channel(hci, &hci->cmd_channel, out_channel); in hci_open_command_channel() 525 return hci_open_channel(hci, &hci->acl_channel, out_channel); in hci_open_acl_data_channel() 551 zx_status_t ret = hci_open_channel(hci, &hci->snoop_channel, out_channel); in hci_open_snoop_channel()
|
Completed in 9 milliseconds