Home
last modified time | relevance | path

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

/btstack/src/
H A Dhci.h607 hci_service_type_t qos_service_type; member
H A Dhci.c294 conn->qos_service_type = HCI_SERVICE_TYPE_INVALID; in hci_connection_init()
7536 if (connection->qos_service_type != HCI_SERVICE_TYPE_INVALID){ in hci_run_general_pending_commands()
7537 uint8_t service_type = (uint8_t) connection->qos_service_type; in hci_run_general_pending_commands()
7538 connection->qos_service_type = HCI_SERVICE_TYPE_INVALID; in hci_run_general_pending_commands()
9918 conn->qos_service_type = service_type; in gap_qos_set()