/packages/modules/Bluetooth/system/gd/hci/ |
D | hci_metrics_logging.cc | 80 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 …]
|
D | hci_layer_test.cc | 536 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/ |
D | BV_144_C.py | 40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL… 54 link_type=hci.LinkType.ACL,
|
D | BV_79_C.py | 40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL… 56 link_type=hci.LinkType.ACL,
|
D | BV_01_C.py | 40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL… 54 link_type=hci.LinkType.ACL,
|
D | BV_143_C.py | 40 …await self.expect_evt(hci.ConnectionRequest(bd_addr=peer_address, link_type=hci.ConnectionRequestL… 54 link_type=hci.LinkType.ACL,
|
D | BV_78_C.py | 54 link_type=hci.LinkType.ACL,
|
D | BV_142_C.py | 51 link_type=hci.LinkType.ACL,
|
D | BV_02_C.py | 51 link_type=hci.LinkType.ACL,
|
D | BV_149_C.py | 51 link_type=hci.LinkType.ACL,
|
/packages/modules/Bluetooth/system/stack/include/ |
D | btm_api_types.h | 112 uint8_t link_type; /* BTM_LINK_TYPE_SCO or BTM_LINK_TYPE_ESCO */ member 119 tBTM_SCO_TYPE link_type; member
|
D | sco_hci_link_interface.h | 31 uint8_t link_type);
|
D | stack_metrics_logging.h | 33 android::bluetooth::DirectionEnum direction, uint16_t link_type,
|
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/ |
D | page_collision.py | 43 …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/ |
D | btm_sco.cc | 96 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/ |
D | mock_stack_metrics_logging.h | 67 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()
|
D | mock_stack_metrics_logging.cc | 68 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()
|
D | mock_main_shim_metrics_api.h | 48 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()
|
D | mock_main_shim_metrics_api.cc | 66 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/ |
D | stack_metrics_logging.cc | 37 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/ |
D | metrics_api.cc | 32 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()
|
D | metrics_api.h | 46 android::bluetooth::DirectionEnum direction, uint16_t link_type,
|
/packages/modules/Bluetooth/system/gd/os/android/ |
D | metrics.cc | 68 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/ |
D | btu_hcif.cc | 169 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/ |
D | metrics.cc | 74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
|