Searched refs:bda_string (Results 1 – 2 of 2) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_utils.cc | 279 std::string bda_string = bda.ToString(); in sdpu_log_attribute_metrics() local 281 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_MANUFACTURER, in sdpu_log_attribute_metrics() 283 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_MODEL, in sdpu_log_attribute_metrics() 285 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_HW_VERSION, in sdpu_log_attribute_metrics() 287 btif_config_set_int(bda_string, BT_CONFIG_KEY_SDP_DI_VENDOR_ID_SRC, in sdpu_log_attribute_metrics()
|
/system/bt/stack/btu/ |
D | btu_hcif.cc | 203 std::string bda_string = bda.ToString(); in btu_hcif_log_event_metrics() local 204 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_MANUFACTURER, in btu_hcif_log_event_metrics() 206 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_MODEL, in btu_hcif_log_event_metrics() 208 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_HW_VERSION, in btu_hcif_log_event_metrics() 210 btif_config_get_int(bda_string, BT_CONFIG_KEY_SDP_DI_VENDOR_ID_SRC, in btu_hcif_log_event_metrics() 226 btif_config_get_int(bda_string, BT_CONFIG_KEY_REMOTE_VER_VER, in btu_hcif_log_event_metrics() 228 btif_config_get_int(bda_string, BT_CONFIG_KEY_REMOTE_VER_SUBVER, in btu_hcif_log_event_metrics() 230 btif_config_get_int(bda_string, BT_CONFIG_KEY_REMOTE_VER_MFCT, in btu_hcif_log_event_metrics()
|