Searched refs:AMP_LINK (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/bluetooth/ |
D | hci_core.h | 863 case AMP_LINK: in hci_conn_hash_add() 889 case AMP_LINK: in hci_conn_hash_del() 910 case AMP_LINK: in hci_conn_num() 1149 case AMP_LINK: in hci_conn_drop()
|
D | hci.h | 417 #define AMP_LINK 0x81 macro
|
/kernel/linux/linux-5.10/net/bluetooth/ |
D | a2mp.c | 579 hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in a2mp_discphyslink_req() 1017 hs_hcon = hci_conn_hash_lookup_state(hdev, AMP_LINK, BT_CONNECT); in a2mp_send_create_phy_link_rsp()
|
D | amp.c | 112 hcon = hci_conn_add(hdev, AMP_LINK, dst, role); in phylink_add()
|
D | hci_core.c | 4409 case AMP_LINK: in hci_chan_sent() 4610 type = AMP_LINK; in hci_sched_acl_blk() 4662 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
|
D | hci_event.c | 3878 case AMP_LINK: in hci_num_comp_blocks_evt() 5067 if (hcon && hcon->type == AMP_LINK) { in hci_disconn_phylink_complete_evt()
|
D | hci_request.c | 2792 if (conn->type == AMP_LINK) { in __hci_abort_conn()
|
D | l2cap_core.c | 4868 hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in l2cap_create_channel_req()
|