Searched refs:link_type (Results 1 – 8 of 8) sorted by relevance
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | sco.c | 231 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()
|
D | sco_internal.h | 81 uint8_t link_type; member
|
D | br.c | 81 LOG_DBG("conn req from %s, type 0x%02x", bt_addr_str(&evt->bdaddr), evt->link_type); in bt_hci_conn_req() 83 if (evt->link_type != BT_HCI_ACL) { in bt_hci_conn_req() 190 LOG_DBG("status 0x%02x, handle %u, type 0x%02x", evt->status, handle, evt->link_type); in bt_hci_synchronous_conn_complete() 217 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/ |
D | conn_internal.h | 156 uint8_t link_type; member 415 struct bt_conn *bt_conn_add_sco(const bt_addr_t *peer, int link_type);
|
D | conn.c | 2409 struct bt_conn *bt_conn_add_sco(const bt_addr_t *peer, int link_type) in bt_conn_add_sco() argument 2425 if (link_type == BT_HCI_SCO) { in bt_conn_add_sco() 2433 } else if (link_type == BT_HCI_ESCO) { in bt_conn_add_sco()
|
D | hci_core.c | 670 LOG_WRN("Data buffer overflow (link type 0x%02x)", evt->link_type); in hci_data_buf_overflow()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_types.h | 2728 uint8_t link_type; member 2736 uint8_t link_type; member 2852 uint8_t link_type; member 2967 uint8_t link_type; member
|
/Zephyr-latest/subsys/bluetooth/controller/hci/ |
D | hci.c | 5786 static void data_buf_overflow(struct net_buf **buf, uint8_t link_type) argument 5798 ep->link_type = link_type;
|