Home | History | Annotate | Download | only in bluetooth

Lines Matching refs:advertising

1039     def set_advertising(self, index, advertising):
1040 """Set the whether a controller is advertising via LE.
1043 @param advertising: Whether controller should advertise via LE.
1049 msg_data = struct.pack('<B', bool(advertising))
1055 if status == MGMT_STATUS_NOT_SUPPORTED and not advertising: