Home
last modified time | relevance | path

Searched refs:data_path_id (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/bluetooth/
H A Dhci_vhci.c87 static int vhci_get_data_path_id(struct hci_dev *hdev, u8 *data_path_id) in vhci_get_data_path_id() argument
89 *data_path_id = 0; in vhci_get_data_path_id()
/linux/net/bluetooth/
H A Dhci_conn.c260 err = hdev->get_data_path_id(hdev, &cmd->data_path_id); in configure_datapath_sync()