Searched refs:bda_string (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/btu/ |
D | btu_hcif.cc | 166 std::string bda_string = bda.ToString(); in btu_hcif_log_event_metrics() local 167 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_MANUFACTURER, in btu_hcif_log_event_metrics() 169 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_MODEL, in btu_hcif_log_event_metrics() 171 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_HW_VERSION, in btu_hcif_log_event_metrics() 173 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_VENDOR_ID_SRC, in btu_hcif_log_event_metrics() 189 btif_config_get_int(bda_string, BT_CONFIG_KEY_REMOTE_VER_VER, in btu_hcif_log_event_metrics() 191 btif_config_get_int(bda_string, BT_CONFIG_KEY_REMOTE_VER_SUBVER, in btu_hcif_log_event_metrics() 193 btif_config_get_int(bda_string, BT_CONFIG_KEY_REMOTE_VER_MFCT, in btu_hcif_log_event_metrics()
|
/system/bt/stack/sdp/ |
D | sdp_utils.cc | 275 std::string bda_string = bda.ToString(); in sdpu_log_attribute_metrics() local 277 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_MANUFACTURER, in sdpu_log_attribute_metrics() 279 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_MODEL, in sdpu_log_attribute_metrics() 281 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_HW_VERSION, in sdpu_log_attribute_metrics() 283 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_VENDOR_ID_SRC, in sdpu_log_attribute_metrics()
|