Searched refs:AMP_LINK (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/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 | 3295 case AMP_LINK: in hci_quote_sent() 3620 type = AMP_LINK; in hci_sched_acl_blk() 3672 if (!hci_conn_num(hdev, AMP_LINK) && hdev->dev_type == HCI_AMP) in hci_sched_acl()
|
D | hci_conn.c | 2777 if (conn->type == AMP_LINK) { in hci_abort_conn()
|
D | hci_event.c | 4496 case AMP_LINK: in hci_num_comp_blocks_evt() 5728 if (hcon && hcon->type == AMP_LINK) { in hci_disconn_phylink_complete_evt()
|
D | hci_sync.c | 5041 if (conn->type == AMP_LINK) in hci_disconnect_sync()
|
D | l2cap_core.c | 4873 hs_hcon = hci_conn_hash_lookup_ba(hdev, AMP_LINK, in l2cap_create_channel_req()
|
/Linux-v6.1/include/net/bluetooth/ |
D | hci_core.h | 985 case AMP_LINK: in hci_conn_hash_add() 1014 case AMP_LINK: in hci_conn_hash_del() 1038 case AMP_LINK: in hci_conn_num() 1406 case AMP_LINK: in hci_conn_drop()
|
D | hci.h | 457 #define AMP_LINK 0x81 macro
|