/system/bt/gd/hci/ |
D | hci_metrics_logging.cc | 69 uint16_t link_type = android::bluetooth::LINK_TYPE_UNKNOWN; in log_link_layer_connection_command_status() local 81 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 90 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 168 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 182 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 193 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 201 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 210 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 219 link_type = android::bluetooth::LINK_TYPE_ACL; in log_link_layer_connection_command_status() 229 link_type, in log_link_layer_connection_command_status() [all …]
|
/system/bt/test/mock/ |
D | mock_stack_metrics_logging.h | 80 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, 84 android::bluetooth::DirectionEnum direction, uint16_t link_type, 89 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, in operator() 92 body(address, connection_handle, direction, link_type, hci_cmd, hci_event, in operator()
|
D | mock_stack_metrics_logging.cc | 80 android::bluetooth::DirectionEnum direction, uint16_t link_type, in log_link_layer_connection_event() argument 85 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event()
|
D | mock_main_shim_metrics_api.h | 61 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, 65 android::bluetooth::DirectionEnum direction, uint16_t link_type, 70 uint16_t link_type, uint32_t hci_cmd, uint16_t hci_event, in operator() 73 body(raw_address, connection_handle, direction, link_type, hci_cmd, in operator()
|
D | mock_main_shim_metrics_api.cc | 79 android::bluetooth::DirectionEnum direction, uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument 84 raw_address, connection_handle, direction, link_type, hci_cmd, hci_event, in LogMetricLinkLayerConnectionEvent()
|
D | mock_stack_btm_sco.cc | 105 uint8_t link_type) { in btm_sco_conn_req() argument
|
/system/nfc/src/nfa/include/ |
D | nfa_p2p_api.h | 132 tNFA_P2P_LINK_TYPE link_type; member 139 tNFA_P2P_LINK_TYPE link_type; member 204 tNFA_P2P_LINK_TYPE link_type, 224 extern tNFA_STATUS NFA_P2pRegisterClient(tNFA_P2P_LINK_TYPE link_type,
|
D | nfa_p2p_int.h | 69 tNFA_P2P_LINK_TYPE link_type; member 77 tNFA_P2P_LINK_TYPE link_type; member
|
/system/bt/stack/metrics/ |
D | stack_metrics_logging.cc | 43 android::bluetooth::DirectionEnum direction, uint16_t link_type, in log_link_layer_connection_event() argument 48 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event() 52 address, connection_handle, direction, link_type, hci_cmd, hci_event, in log_link_layer_connection_event()
|
/system/nfc/src/nfa/p2p/ |
D | nfa_p2p_api.cc | 64 tNFA_P2P_LINK_TYPE link_type, in NFA_P2pRegisterServer() argument 71 link_type, p_service_name); in NFA_P2pRegisterServer() 79 } else if (((link_type & NFA_P2P_LLINK_TYPE) == 0x00) && in NFA_P2pRegisterServer() 80 ((link_type & NFA_P2P_DLINK_TYPE) == 0x00)) { in NFA_P2pRegisterServer() 81 LOG(ERROR) << StringPrintf("link type (0x%x) must be specified", link_type); in NFA_P2pRegisterServer() 90 p_msg->link_type = link_type; in NFA_P2pRegisterServer() 121 tNFA_STATUS NFA_P2pRegisterClient(tNFA_P2P_LINK_TYPE link_type, in NFA_P2pRegisterClient() argument 125 DLOG_IF(INFO, nfc_debug_enabled) << StringPrintf("link_type:0x%x", link_type); in NFA_P2pRegisterClient() 127 if (((link_type & NFA_P2P_LLINK_TYPE) == 0x00) && in NFA_P2pRegisterClient() 128 ((link_type & NFA_P2P_DLINK_TYPE) == 0x00)) { in NFA_P2pRegisterClient() [all …]
|
D | nfa_p2p_act.cc | 254 if (p_data->data_ind.link_type == NFA_P2P_LLINK_TYPE) { in nfa_p2p_proc_llcp_data_ind() 267 evt_data.data.link_type = p_data->data_ind.link_type; in nfa_p2p_proc_llcp_data_ind() 488 evt_data.congest.link_type = p_data->congest.link_type; in nfa_p2p_proc_llcp_congestion() 501 if (evt_data.congest.link_type == NFA_P2P_LLINK_TYPE) { in nfa_p2p_proc_llcp_congestion() 620 p_msg->api_reg_server.server_sap, p_msg->api_reg_server.link_type, in nfa_p2p_reg_server() 684 LLCP_RegisterClient(p_msg->api_reg_client.link_type, nfa_p2p_llcp_cback); in nfa_p2p_reg_client() 957 evt_data.congest.link_type = NFA_P2P_LLINK_TYPE; in nfa_p2p_send_ui() 1004 evt_data.congest.link_type = NFA_P2P_DLINK_TYPE; in nfa_p2p_send_data()
|
/system/nfc/src/nfc/llcp/ |
D | llcp_api.cc | 360 uint8_t LLCP_RegisterServer(uint8_t reg_sap, uint8_t link_type, in LLCP_RegisterServer() argument 370 "SAP:0x%x, link_type:0x%x, ServiceName:<%s>", reg_sap, link_type, in LLCP_RegisterServer() 376 } else if (((link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) == 0x00) && in LLCP_RegisterServer() 377 ((link_type & LLCP_LINK_TYPE_DATA_LINK_CONNECTION) == 0x00)) { in LLCP_RegisterServer() 378 LOG(ERROR) << StringPrintf("link type (0x%x) must be specified", link_type); in LLCP_RegisterServer() 447 p_app_cb->link_type = link_type; in LLCP_RegisterServer() 456 if (link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) { in LLCP_RegisterServer() 477 uint8_t LLCP_RegisterClient(uint8_t link_type, tLLCP_APP_CBACK* p_app_cback) { in LLCP_RegisterClient() argument 483 << StringPrintf("link_type = 0x%x", link_type); in LLCP_RegisterClient() 488 } else if (((link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) == 0x00) && in LLCP_RegisterClient() [all …]
|
D | llcp_link.cc | 629 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_congestion() 635 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK)) { in llcp_link_check_congestion() 651 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_link_check_congestion() 711 data.congest.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_check_uncongested() 725 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK) && in llcp_link_check_uncongested() 751 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK)) { in llcp_link_check_uncongested() 760 data.congest.link_type = LLCP_LINK_TYPE_DATA_LINK_CONNECTION; in llcp_link_check_uncongested() 979 (p_app_cb->link_type & LLCP_LINK_TYPE_LOGICAL_DATA_LINK)) { in llcp_link_proc_ui_pdu() 1069 data.data_ind.link_type = LLCP_LINK_TYPE_LOGICAL_DATA_LINK; in llcp_link_proc_ui_pdu()
|
/system/nfc/src/nfc/include/ |
D | llcp_api.h | 134 uint8_t link_type; /* link type */ member 174 uint8_t link_type; /* congested link type */ member 351 extern uint8_t LLCP_RegisterServer(uint8_t reg_sap, uint8_t link_type, 368 extern uint8_t LLCP_RegisterClient(uint8_t link_type,
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 150 uint8_t link_type; in btu_hcif_log_event_metrics() local 154 STREAM_TO_UINT8(link_type, p_event); in btu_hcif_log_event_metrics() 157 &bda, handle, android::bluetooth::DIRECTION_UNKNOWN, link_type, cmd, in btu_hcif_log_event_metrics() 201 uint8_t link_type; in btu_hcif_log_event_metrics() local 204 STREAM_TO_UINT8(link_type, p_event); in btu_hcif_log_event_metrics() 207 android::bluetooth::DIRECTION_INCOMING, link_type, cmd, evt_code, in btu_hcif_log_event_metrics() 223 uint8_t link_type; in btu_hcif_log_event_metrics() local 227 STREAM_TO_UINT8(link_type, p_event); in btu_hcif_log_event_metrics() 230 &bda, handle, android::bluetooth::DIRECTION_UNKNOWN, link_type, cmd, in btu_hcif_log_event_metrics() 954 uint8_t link_type; in btu_hcif_connection_comp_evt() local [all …]
|
/system/bt/stack/btm/ |
D | btm_sco.cc | 592 uint8_t link_type) { in btm_sco_conn_req() argument 609 p->esco.data.link_type = link_type; in btm_sco_conn_req() 616 if ((link_type == BTM_LINK_TYPE_ESCO && in btm_sco_conn_req() 623 (link_type == BTM_LINK_TYPE_SCO && in btm_sco_conn_req() 635 evt_data.link_type = link_type; in btm_sco_conn_req() 656 p->esco.data.link_type = link_type; in btm_sco_conn_req() 762 p->esco.data.link_type = BTM_LINK_TYPE_SCO; in btm_sco_connected() 1091 if (p_sco->esco.data.link_type == BTM_LINK_TYPE_SCO || in BTM_ChangeEScoLinkParms()
|
/system/bt/stack/include/ |
D | sco_hci_link_interface.h | 35 uint8_t link_type);
|
D | stack_metrics_logging.h | 31 android::bluetooth::DirectionEnum direction, uint16_t link_type,
|
/system/bt/main/shim/ |
D | metrics_api.cc | 29 android::bluetooth::DirectionEnum direction, uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument 38 link_type, hci_cmd, hci_event, hci_ble_event, cmd_status, reason_code); in LogMetricLinkLayerConnectionEvent()
|
D | metrics_api.h | 45 android::bluetooth::DirectionEnum direction, uint16_t link_type,
|
/system/bt/gd/os/android/ |
D | metrics.cc | 44 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument 59 link_type, in LogMetricLinkLayerConnectionEvent() 77 common::ToHexString(link_type).c_str(), in LogMetricLinkLayerConnectionEvent()
|
/system/bt/gd/os/linux/ |
D | metrics.cc | 74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
|
/system/bt/gd/os/host/ |
D | metrics.cc | 74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
|
/system/bt/gd/os/ |
D | metrics.h | 53 uint16_t link_type,
|
/system/bt/common/ |
D | metrics_linux.cc | 137 uint16_t link_type, uint32_t hci_cmd, in LogLinkLayerConnectionEvent() argument
|