Home
last modified time | relevance | path

Searched refs:link_type (Results 1 – 25 of 37) sorted by relevance

12

/packages/modules/Bluetooth/system/gd/hci/
Dhci_metrics_logging.cc80 uint16_t link_type = android::bluetooth::LINK_TYPE_UNKNOWN; in log_link_layer_connection_command() local
96 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
107 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
197 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
208 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
218 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
228 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
239 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
250 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command()
260 link_type, in log_link_layer_connection_command()
[all …]
Dhci_layer_test.cc536 LinkType link_type = LinkType::ACL; in TEST_F() local
547 …GetPacketBytes(ConnectionCompleteBuilder::Create(status, handle, bd_addr, link_type, encryption_en… in TEST_F()
556 ASSERT_EQ(link_type, connection_complete_view.GetLinkType()); in TEST_F()
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/
DBV_144_C.py40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL…
54 link_type=hci.LinkType.ACL,
DBV_79_C.py40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL…
56 link_type=hci.LinkType.ACL,
DBV_01_C.py40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL…
54 link_type=hci.LinkType.ACL,
DBV_143_C.py40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL…
54 link_type=hci.LinkType.ACL,
DBV_78_C.py54 link_type=hci.LinkType.ACL,
DBV_142_C.py51 link_type=hci.LinkType.ACL,
DBV_02_C.py51 link_type=hci.LinkType.ACL,
DBV_149_C.py51 link_type=hci.LinkType.ACL,
/packages/modules/Bluetooth/system/stack/include/
Dbtm_api_types.h112 uint8_t link_type; /* BTM_LINK_TYPE_SCO or BTM_LINK_TYPE_ESCO */ member
119 tBTM_SCO_TYPE link_type; member
Dsco_hci_link_interface.h31 uint8_t link_type);
Dstack_metrics_logging.h33 android::bluetooth::DirectionEnum direction, uint16_t link_type,
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/
Dpage_collision.py43 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL…
57 link_type=hci.LinkType.ACL,
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_sco.cc96 uint8_t link_type);
135 bluetooth::hci::ConnectionRequestLinkType link_type) { in register_for_sco() argument
138 if (link_type == bluetooth::hci::ConnectionRequestLinkType::ESCO) { in register_for_sco()
982 uint8_t link_type) { in btm_sco_conn_req() argument
1001 p->esco.data.link_type = link_type; in btm_sco_conn_req()
1008 if ((link_type == BTM_LINK_TYPE_ESCO && in btm_sco_conn_req()
1015 (link_type == BTM_LINK_TYPE_SCO && in btm_sco_conn_req()
1027 evt_data.link_type = link_type; in btm_sco_conn_req()
1083 p->esco.data.link_type = BTM_LINK_TYPE_SCO; in btm_sco_connected()
1530 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO || in BTM_ChangeEScoLinkParms()
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_metrics_logging.h67 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event,
77 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, in operator()
80 body(address, connection_handle, direction, link_type, hci_cmd, hci_event, in operator()
Dmock_stack_metrics_logging.cc68 android::bluetooth::DirectionEnum direction, uint16_t link_type, in log_link_layer_connection_event() argument
73 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event()
Dmock_main_shim_metrics_api.h48 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event,
59 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, in operator()
62 body(raw_address, connection_handle, direction, link_type, hci_cmd, in operator()
Dmock_main_shim_metrics_api.cc66 android::bluetooth::DirectionEnum direction, uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
71 raw_address, connection_handle, direction, link_type, hci_cmd, hci_event, in LogMetricLinkLayerConnectionEvent()
/packages/modules/Bluetooth/system/stack/metrics/
Dstack_metrics_logging.cc37 android::bluetooth::DirectionEnum direction, uint16_t link_type, in log_link_layer_connection_event() argument
41 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event()
/packages/modules/Bluetooth/system/main/shim/
Dmetrics_api.cc32 android::bluetooth::DirectionEnum direction, uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
41 link_type, hci_cmd, hci_event, hci_ble_event, cmd_status, reason_code); in LogMetricLinkLayerConnectionEvent()
Dmetrics_api.h46 android::bluetooth::DirectionEnum direction, uint16_t link_type,
/packages/modules/Bluetooth/system/gd/os/android/
Dmetrics.cc68 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
83 link_type, in LogMetricLinkLayerConnectionEvent()
101 common::ToHexString(link_type), in LogMetricLinkLayerConnectionEvent()
/packages/modules/Bluetooth/system/stack/btu/
Dbtu_hcif.cc169 uint8_t link_type; in btu_hcif_log_event_metrics() local
173 STREAM_TO_UINT8(link_type, p_event); in btu_hcif_log_event_metrics()
176 &bda, handle, android::bluetooth::DIRECTION_UNKNOWN, link_type, cmd, in btu_hcif_log_event_metrics()
854 STREAM_TO_UINT8(data.link_type, p); in btu_hcif_esco_connection_comp_evt()
/packages/modules/Bluetooth/system/gd/os/linux/
Dmetrics.cc74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument

12