Home | History | Annotate | Download | only in bluetooth

Lines Matching full:adapter

5 """Server side bluetooth adapter subtests."""
359 """Server side bluetooth adapter tests.
362 states of a bluetooth adapter.
448 """Test that the bluetooth adapter is in the correct working state.
450 This includes that the adapter is detectable, is powered on,
465 adapter could be powered on successfully."""
472 desc='Waiting for adapter powered on')
485 """Test that the adapter could be powered off successfully."""
493 desc='Waiting for adapter powered off')
508 """Test that the adapter could be reset on successfully.
519 desc='Waiting for adapter reset on')
532 """Test that the adapter could be reset off successfully.
544 desc='Waiting for adapter reset off')
568 """Test that the adapter could start discovery."""
580 """Test that the adapter could stop discovery."""
592 """Test that the adapter could be set discoverable."""
604 """Test that the adapter could be set non-discoverable."""
616 """Test that the adapter could be set pairable."""
628 """Test that the adapter could be set non-pairable."""
645 """Test that the adapter could discover the specified device address.
686 """Test that the adapter could pair with the device successfully.
729 """Test that the adapter could remove the paired device.
781 """Test that the adapter of dut could connect to the device successfully
823 """Test that the adapter of dut could disconnect the device successfully
853 """Test that the device could connect to the adapter successfully.
861 the adapter also enters connection state.
889 logging.error('%s (adapter): %s', method_name, e)
891 logging.error('%s (adapter): unexpected error', method_name)
901 adapter successfully.
914 the adapter also observes the disconnection.
938 logging.error('%s (adapter): %s', method_name, e)
940 logging.error('%s (adapter): unexpected error', method_name)
962 """Test that the device name discovered by the adapter is correct.
1883 """Initialize bluetooth adapter tests."""
1921 """Clean up bluetooth adapter tests."""