Searched refs:hci_check_pending_name (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 2025 static void hci_check_pending_name(struct hci_dev *hdev, struct hci_conn *conn, in hci_check_pending_name() function 2095 hci_check_pending_name(hdev, conn, &cp->bdaddr, NULL, 0); in hci_cs_remote_name_req() 2992 hci_check_pending_name(hdev, conn, &ev->bdaddr, ev->name, in hci_remote_name_evt() 2995 hci_check_pending_name(hdev, conn, &ev->bdaddr, NULL, 0); in hci_remote_name_evt()
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 2516 static void hci_check_pending_name(struct hci_dev *hdev, struct hci_conn *conn, in hci_check_pending_name() function 2581 hci_check_pending_name(hdev, conn, &cp->bdaddr, NULL, 0); in hci_cs_remote_name_req() 3563 hci_check_pending_name(hdev, conn, &ev->bdaddr, ev->name, in hci_remote_name_evt() 3566 hci_check_pending_name(hdev, conn, &ev->bdaddr, NULL, 0); in hci_remote_name_evt()
|
Completed in 16 milliseconds