Searched refs:le_advertising_set_in_current_command (Results 1 – 2 of 2) sorted by relevance
2899 if (hci_stack->le_advertising_set_in_current_command != 0) { in handle_command_complete_event()2900 …advertising_set = hci_advertising_set_for_handle(hci_stack->le_advertising_set_in_current_command); in handle_command_complete_event()2901 hci_stack->le_advertising_set_in_current_command = 0; in handle_command_complete_event()2905 …AP, 4, GAP_SUBEVENT_ADVERTISING_SET_INSTALLED, hci_stack->le_advertising_set_in_current_command, a… in handle_command_complete_event()2913 if (hci_stack->le_advertising_set_in_current_command != 0) { in handle_command_complete_event()2914 …advertising_set = hci_advertising_set_for_handle(hci_stack->le_advertising_set_in_current_command); in handle_command_complete_event()2915 hci_stack->le_advertising_set_in_current_command = 0; in handle_command_complete_event()2917 …_GAP, 3, GAP_SUBEVENT_ADVERTISING_SET_REMOVED, hci_stack->le_advertising_set_in_current_command, s… in handle_command_complete_event()6557 hci_stack->le_advertising_set_in_current_command = 0; in hci_run_general_gap_le()6609 hci_stack->le_advertising_set_in_current_command = 0; in hci_run_general_gap_le()[all …]
1316 uint8_t le_advertising_set_in_current_command; member