Searched refs:bt_hci_statistics (Results 1 – 3 of 3) sorted by relevance
26 typedef struct bt_hci_statistics { struct48 } bt_hci_statistics; argument69 status_t (*DeliverStatistics)(hci_id hciId, bt_hci_statistics* statistics);
78 bt_hci_statistics stat;
701 err = user_memcpy(params, &bdev->stat, sizeof(bt_hci_statistics)); in device_control()