Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/subsys/bluetooth/host/classic/
Dsco.c231 accept_info.link_type = sco->sco.link_type; in sco_accept()
293 sco_conn = bt_conn_add_sco(&evt->bdaddr, evt->link_type); in bt_esco_conn_req()
306 sco_conn->sco.link_type = evt->link_type; in bt_esco_conn_req()
366 int link_type; in bt_conn_create_sco() local
381 link_type = BT_HCI_ESCO; in bt_conn_create_sco()
383 link_type = BT_HCI_SCO; in bt_conn_create_sco()
386 sco_conn = bt_conn_add_sco(peer, link_type); in bt_conn_create_sco()
391 sco_conn->sco.link_type = link_type; in bt_conn_create_sco()
Dsco_internal.h81 uint8_t link_type; member
Dbr.c83 LOG_DBG("conn req from %s, type 0x%02x", bt_addr_str(&evt->bdaddr), evt->link_type); in bt_hci_conn_req()
85 if (evt->link_type != BT_HCI_ACL) { in bt_hci_conn_req()
192 LOG_DBG("status 0x%02x, handle %u, type 0x%02x", evt->status, handle, evt->link_type); in bt_hci_synchronous_conn_complete()
219 LOG_DBG("status 0x%02x, handle %u, type 0x%02x", evt->status, handle, evt->link_type); in bt_hci_conn_complete()
/Zephyr-latest/subsys/bluetooth/host/
Dconn_internal.h156 uint8_t link_type; member
415 struct bt_conn *bt_conn_add_sco(const bt_addr_t *peer, int link_type);
Dconn.c2416 struct bt_conn *bt_conn_add_sco(const bt_addr_t *peer, int link_type) in bt_conn_add_sco() argument
2432 if (link_type == BT_HCI_SCO) { in bt_conn_add_sco()
2440 } else if (link_type == BT_HCI_ESCO) { in bt_conn_add_sco()
Dhci_core.c673 LOG_WRN("Data buffer overflow (link type 0x%02x)", evt->link_type); in hci_data_buf_overflow()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_types.h2776 uint8_t link_type; member
2784 uint8_t link_type; member
2906 uint8_t link_type; member
3021 uint8_t link_type; member
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5821 static void data_buf_overflow(struct net_buf **buf, uint8_t link_type) argument
5833 ep->link_type = link_type;