Lines Matching refs:instance
1463 /* Update only in case the adv instance since handle 0x00 shall be using
1492 u8 *instance;
1500 instance = hci_sent_cmd_data(hdev, HCI_OP_LE_REMOVE_ADV_SET);
1501 if (!instance)
1506 err = hci_remove_adv_instance(hdev, *instance);
1509 *instance);
1534 u8 instance = adv->instance;
1536 err = hci_remove_adv_instance(hdev, instance);
1539 hdev, instance);
1671 /* If just one instance was disabled check if there are
1672 * any other instance enabled before clearing HCI_LE_ADV
2220 /* Store in hdev for instance 0 */
3998 /* If just one instance was disabled check if there are
3999 * any other instance enabled before clearing HCI_LE_PER_ADV.
4000 * The current periodic adv instance will be marked as
5993 /* Store current advertising instance as connection advertising instance
6124 * instance can be re-enabled when disconnected.