Home
last modified time | relevance | path

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

12

/system/bt/gd/hci/
Dhci_metrics_logging.cc69 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/
Dmock_stack_metrics_logging.h80 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()
Dmock_stack_metrics_logging.cc80 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()
Dmock_main_shim_metrics_api.h61 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()
Dmock_main_shim_metrics_api.cc79 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()
Dmock_stack_btm_sco.cc105 uint8_t link_type) { in btm_sco_conn_req() argument
/system/nfc/src/nfa/include/
Dnfa_p2p_api.h132 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,
Dnfa_p2p_int.h69 tNFA_P2P_LINK_TYPE link_type; member
77 tNFA_P2P_LINK_TYPE link_type; member
/system/bt/stack/metrics/
Dstack_metrics_logging.cc43 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/
Dnfa_p2p_api.cc64 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 …]
Dnfa_p2p_act.cc254 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/
Dllcp_api.cc360 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 …]
Dllcp_link.cc629 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/
Dllcp_api.h134 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/
Dbtu_hcif.cc150 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/
Dbtm_sco.cc592 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/
Dsco_hci_link_interface.h35 uint8_t link_type);
Dstack_metrics_logging.h31 android::bluetooth::DirectionEnum direction, uint16_t link_type,
/system/bt/main/shim/
Dmetrics_api.cc29 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()
Dmetrics_api.h45 android::bluetooth::DirectionEnum direction, uint16_t link_type,
/system/bt/gd/os/android/
Dmetrics.cc44 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/
Dmetrics.cc74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
/system/bt/gd/os/host/
Dmetrics.cc74 uint16_t link_type, in LogMetricLinkLayerConnectionEvent() argument
/system/bt/gd/os/
Dmetrics.h53 uint16_t link_type,
/system/bt/common/
Dmetrics_linux.cc137 uint16_t link_type, uint32_t hci_cmd, in LogLinkLayerConnectionEvent() argument

12