Home
last modified time | relevance | path

Searched refs:service_type (Results 1 – 25 of 46) sorted by relevance

12

/packages/modules/Wifi/tests/hostsidetests/multidevices/test/direct/integration/
Dwifi_p2p_lib.py80 service_type = 'urn:schemas-upnp-org:device:MediaRenderer:1' variable in UpnpTestData
254 test_data.append(UpnpTestData.service_type)
292 def gen_expect_test_data(service_type, query_string1, query_string2): argument
305 service_type
364 service_type == WifiP2PEnums.WifiP2pServiceInfo.WIFI_P2P_SERVICE_TYPE_UPNP
380 'uuid:' + UpnpTestData.uuid + ('::' + UpnpTestData.service_type)
419 service_type: int,
438 expect_data = gen_expect_test_data(service_type, query_string1, query_string2)
446 service_type
461 service_type
[all …]
/packages/modules/Bluetooth/floss/pandora/floss/
Dbluetooth_gatt_service.py24 service_type=None, argument
30 self.service_type = service_type
44 'service_type': self.service_type,
125 service_type=service['service_type'],
/packages/modules/Bluetooth/system/stack/hid/
Dhidd_api.cc591 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetIncomingQos() argument
598 hd_cb.in_qos.service_type = service_type; in HID_DevSetIncomingQos()
617 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate, in HID_DevSetOutgoingQos() argument
624 hd_cb.l2cap_intr_cfg.qos.service_type = service_type; in HID_DevSetOutgoingQos()
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dclassic_acl_connection.cc87 void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth, in OnQosSetupComplete() argument
89 SAVE_OR_CALL(OnQosSetupComplete, service_type, token_rate, peak_bandwidth, latency, in OnQosSetupComplete()
92 void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type, in OnFlowSpecificationComplete() argument
95 SAVE_OR_CALL(OnFlowSpecificationComplete, flow_direction, service_type, token_rate, in OnFlowSpecificationComplete()
456 bool ClassicAclConnection::QosSetup(ServiceType service_type, uint32_t token_rate, in QosSetup() argument
460 QosSetupBuilder::Create(handle_, service_type, token_rate, peak_bandwidth, latency, in QosSetup()
490 bool ClassicAclConnection::FlowSpecification(FlowDirection flow_direction, ServiceType service_type, in FlowSpecification() argument
494 FlowSpecificationBuilder::Create(handle_, flow_direction, service_type, token_rate, in FlowSpecification()
Dconnection_management_callbacks.h47 virtual void OnQosSetupComplete(ServiceType service_type, uint32_t token_rate,
51 virtual void OnFlowSpecificationComplete(FlowDirection flow_direction, ServiceType service_type,
Dclassic_acl_connection.h54 virtual bool QosSetup(ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth,
59 virtual bool FlowSpecification(FlowDirection flow_direction, ServiceType service_type,
Dconnection_management_callbacks_mock.h46 (ServiceType service_type, uint32_t token_rate, uint32_t peak_bandwidth,
50 (FlowDirection flow_direction, ServiceType service_type, uint32_t token_rate,
Dclassic_impl.h563 ServiceType service_type = complete_view.GetServiceType(); in on_qos_setup_complete()
568 callbacks->OnQosSetupComplete(service_type, token_rate, peak_bandwidth, latency, in on_qos_setup_complete()
587 ServiceType service_type = complete_view.GetServiceType(); in on_flow_specification_complete()
592 callbacks->OnFlowSpecificationComplete(flow_direction, service_type, token_rate, in on_flow_specification_complete()
/packages/modules/Bluetooth/system/stack/include/
Dhidd_api.h218 tHID_STATUS HID_DevSetIncomingQos(uint8_t service_type, uint32_t token_rate,
231 tHID_STATUS HID_DevSetOutgoingQos(uint8_t service_type, uint32_t token_rate,
Dl2cap_types.h106 uint8_t service_type; /* see below */ member
Dgatt_api.h660 bluetooth::Uuid service_type; /* group type */ member
666 bluetooth::Uuid service_type; /* included service UUID */ member
/packages/modules/adb/
Dadb_mdns.h73 std::string service_type; member
78 : service_name(name), service_type(type), addr(addr), port(port) {} in MdnsInfo()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hd.cc427 in_qos.service_type = p_in_qos->service_type; in register_app()
434 out_qos.service_type = p_out_qos->service_type; in register_app()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_sr_hash.cc45 len += 8 + gatt_build_uuid_to_stream_len(attr_it->p_value->incl_handle.service_type); in calculate_database_info_size()
90 gatt_build_uuid_to_stream(&p_data, attr_it->p_value->incl_handle.service_type); in fill_database_info()
Dgatt_db.cc218 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()
231 if (incl_handle.service_type.Is16Bit()) { in read_attr_value()
232 UINT16_TO_STREAM(p, incl_handle.service_type.As16Bit()); in read_attr_value()
353 attr.p_value->incl_handle.service_type = service; in gatts_add_included_service()
Dgatt_cl.cc409 result.value.group_value.service_type = p_clcb->uuid; in gatt_process_find_type_value_rsp()
855 if (!gatt_parse_uuid_from_cmd(&record_value.group_value.service_type, value_len, &p)) { in gatt_process_read_by_type_rsp()
880 record_value.incl_service.service_type = bluetooth::Uuid::From16Bit(tmp); in gatt_process_read_by_type_rsp()
1061 p_clcb->read_uuid128.result.value.incl_service.service_type = in gatt_process_read_rsp()
/packages/modules/Bluetooth/system/main/shim/
Dacl_interface.h54 void (*on_flow_specification_complete)(uint16_t flow_direction, uint16_t service_type,
65 void (*on_qos_setup_complete)(uint16_t service_type, uint32_t token_rate, uint32_t peak_bandwidth,
/packages/modules/adb/client/
Dtransport_mdns.cpp230 info.service_type.c_str()), in ConnectAdbSecureDevice()
233 info.service_type.c_str(), info.addr.c_str(), info.port, response.c_str()); in ConnectAdbSecureDevice()
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hd.h55 uint8_t service_type; member
/packages/modules/Bluetooth/system/bta/include/
Dbta_hd_api.h66 uint8_t service_type; member
/packages/modules/Bluetooth/pandora/interfaces/pandora_experimental/
Dhid.proto51 HidServiceType service_type = 1; field
/packages/modules/Bluetooth/android/pandora/test/
Daics_test.py67 uuids = [UUID(service.uuid) for service in services if service.service_type == PRIMARY]
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hid_device.cpp211 out->service_type = 0x01; // best effort in fill_qos()
233 out->service_type = (uint8_t)buf[0]; in fill_qos()
/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_act.cc208 HID_DevSetIncomingQos(p_app_data->in_qos.service_type, p_app_data->in_qos.token_rate, in bta_hd_register_act()
212 HID_DevSetOutgoingQos(p_app_data->out_qos.service_type, p_app_data->out_qos.token_rate, in bta_hd_register_act()
/packages/modules/Bluetooth/pandora/server/bumble_experimental/
Dhid.py739 if request.service_type == SERVICE_TYPE_HID:
742 elif request.service_type == SERVICE_TYPE_HOGP:

12