Searched refs:ext_adv (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/bluetooth/ |
H A D | hci_event.c | 5489 bool ext_adv) in process_adv_report() 5511 if (!ext_adv && len > HCI_MAX_AD_LENGTH) { in process_adv_report() 5572 if (!ext_adv && conn && type == LE_ADV_IND && len <= HCI_MAX_AD_LENGTH) { in process_adv_report() 5627 if (!ext_adv && !has_pending_adv_report(hdev)) { in process_adv_report() 5662 if (!ext_adv && (type == LE_ADV_IND || in process_adv_report() 6123 struct hci_ev_le_ext_adv_report *ext_adv; in hci_store_wake_reason() local 6162 ext_adv = (void *)(ptr + 1); in hci_store_wake_reason() 6174 bacpy(&hdev->wake_addr, &ext_adv->bdaddr); in hci_store_wake_reason() 6175 hdev->wake_addr_type = ext_adv->bdaddr_type; in hci_store_wake_reason() 5486 process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, u8 bdaddr_type, bdaddr_t *direct_addr, u8 direct_addr_type, s8 rssi, u8 *data, u8 len, bool ext_adv) process_adv_report() argument
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_event.c | 6263 bool ext_adv, bool ctl_time, u64 instant) in process_adv_report() 6352 if (!ext_adv && conn && type == LE_ADV_IND && in process_adv_report() 6408 if (!ext_adv && !has_pending_adv_report(hdev)) { in process_adv_report() 6443 if (!ext_adv && (type == LE_ADV_IND || in process_adv_report() 7421 struct hci_ev_le_ext_adv_info *ext_adv; in hci_store_wake_reason() local 7460 ext_adv = (void *)(ptr + 1); in hci_store_wake_reason() 7472 bacpy(&hdev->wake_addr, &ext_adv->bdaddr); in hci_store_wake_reason() 7473 hdev->wake_addr_type = ext_adv->bdaddr_type; in hci_store_wake_reason() 6260 process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, u8 bdaddr_type, bdaddr_t *direct_addr, u8 direct_addr_type, s8 rssi, u8 *data, u8 len, bool ext_adv, bool ctl_time, u64 instant) process_adv_report() argument
|
Completed in 24 milliseconds