Searched refs:ext_adv (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/bluetooth/
H A Dhci_event.c6131 u8 *data, u8 len, bool ext_adv, bool ctl_time,
6221 if (!ext_adv && conn && type == LE_ADV_IND &&
6277 if (!ext_adv && !has_pending_adv_report(hdev)) {
6312 if (!ext_adv && (type == LE_ADV_IND ||
7285 struct hci_ev_le_ext_adv_info *ext_adv; local
7324 ext_adv = (void *)(ptr + 1);
7336 bacpy(&hdev->wake_addr, &ext_adv->bdaddr);
7337 hdev->wake_addr_type = ext_adv->bdaddr_type;
6128 process_adv_report(struct hci_dev *hdev, u8 type, bdaddr_t *bdaddr, u8 bdaddr_type, bdaddr_t *direct_addr, u8 direct_addr_type, u8 phy, u8 sec_phy, s8 rssi, u8 *data, u8 len, bool ext_adv, bool ctl_time, u64 instant) argument

Completed in 132 milliseconds