• Home
  • Raw
  • Download

Lines Matching refs:bda

148   RawAddress bda = RawAddress::kEmpty;  in btu_hcif_log_event_metrics()  local
159 STREAM_TO_BDADDR(bda, p_event); in btu_hcif_log_event_metrics()
160 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
165 STREAM_TO_BDADDR(bda, p_event); in btu_hcif_log_event_metrics()
166 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
172 bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, value); in btu_hcif_log_event_metrics()
179 …bluetooth::common::LogClassicPairingEvent(bda, handle, cmd, evt_code, status, reason, encryption_e… in btu_hcif_log_event_metrics()
186 STREAM_TO_BDADDR(bda, p_event); in btu_hcif_log_event_metrics()
190 &bda, handle, android::bluetooth::DIRECTION_UNKNOWN, link_type, cmd, in btu_hcif_log_event_metrics()
197 STREAM_TO_BDADDR(bda, p_event); in btu_hcif_log_event_metrics()
201 &bda, bluetooth::common::kUnknownConnectionHandle, in btu_hcif_log_event_metrics()
221 STREAM_TO_BDADDR(bda, p_event); in btu_hcif_log_event_metrics()
225 &bda, handle, android::bluetooth::DIRECTION_UNKNOWN, link_type, cmd, in btu_hcif_log_event_metrics()
996 RawAddress bda; in btu_hcif_connection_comp_evt() local
1003 STREAM_TO_BDADDR(bda, p); in btu_hcif_connection_comp_evt()
1017 btm_sec_connected(bda, handle, status, enc_mode); in btu_hcif_connection_comp_evt()
1019 l2c_link_hci_conn_comp(status, handle, bda); in btu_hcif_connection_comp_evt()
1023 esco_data.bd_addr = bda; in btu_hcif_connection_comp_evt()
1024 btm_sco_connected(status, &bda, handle, &esco_data); in btu_hcif_connection_comp_evt()
1038 RawAddress bda; in btu_hcif_connection_request_evt() local
1042 STREAM_TO_BDADDR(bda, p); in btu_hcif_connection_request_evt()
1049 btm_sec_conn_req(bda, dc); in btu_hcif_connection_request_evt()
1051 btm_sco_conn_req(bda, dc, link_type); in btu_hcif_connection_request_evt()
1282 RawAddress bda; in btu_hcif_esco_connection_comp_evt() local
1287 STREAM_TO_BDADDR(bda, p); in btu_hcif_esco_connection_comp_evt()
1298 data.bd_addr = bda; in btu_hcif_esco_connection_comp_evt()
1299 btm_sco_connected(status, &bda, handle, &data); in btu_hcif_esco_connection_comp_evt()
1681 RawAddress bda; in btu_hcif_role_change_evt() local
1685 STREAM_TO_BDADDR(bda, p); in btu_hcif_role_change_evt()
1688 btm_blacklist_role_change_device(bda, status); in btu_hcif_role_change_evt()
1689 l2c_link_role_changed(&bda, role, status); in btu_hcif_role_change_evt()
1690 btm_acl_role_changed(status, &bda, role); in btu_hcif_role_change_evt()
1763 RawAddress bda; in btu_hcif_pin_code_request_evt() local
1765 STREAM_TO_BDADDR(bda, p); in btu_hcif_pin_code_request_evt()
1769 l2c_pin_code_request(bda); in btu_hcif_pin_code_request_evt()
1771 btm_sec_pin_code_request(bda); in btu_hcif_pin_code_request_evt()
1784 RawAddress bda; in btu_hcif_link_key_request_evt() local
1786 STREAM_TO_BDADDR(bda, p); in btu_hcif_link_key_request_evt()
1787 btm_sec_link_key_request(bda); in btu_hcif_link_key_request_evt()
1800 RawAddress bda; in btu_hcif_link_key_notification_evt() local
1804 STREAM_TO_BDADDR(bda, p); in btu_hcif_link_key_notification_evt()
1808 btm_sec_link_key_notification(bda, key, key_type); in btu_hcif_link_key_notification_evt()
1951 RawAddress bda; in btu_hcif_io_cap_request_evt() local
1952 STREAM_TO_BDADDR(bda, p); in btu_hcif_io_cap_request_evt()
1953 btm_io_capabilities_req(bda); in btu_hcif_io_cap_request_evt()