class Selenium::DevTools::V137::BluetoothEmulation

def remove_characteristic(characteristic_id:)

def remove_characteristic(characteristic_id:)
  @devtools.send_cmd('BluetoothEmulation.removeCharacteristic',
                     characteristicId: characteristic_id)
end