Lines Matching refs:prop_name
415 bt_property_t prop_name; in check_cached_remote_name() local
419 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_BDNAME, in check_cached_remote_name()
422 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS) in check_cached_remote_name()
437 bt_property_t prop_name; in get_cod() local
440 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_CLASS_OF_DEVICE, in get_cod()
442 …if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS… in get_cod()
464 bt_property_t prop_name; in check_hid_le() local
467 BTIF_STORAGE_FILL_PROPERTY(&prop_name,BT_PROPERTY_TYPE_OF_DEVICE, in check_hid_le()
470 &prop_name) == BT_STATUS_SUCCESS) in check_hid_le()
499 bt_property_t prop_name; in check_sdp_bl() local
510 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_REMOTE_VERSION_INFO, in check_sdp_bl()
514 &prop_name) != BT_STATUS_SUCCESS) in check_sdp_bl()
644 bt_property_t prop_name; in btif_update_remote_properties() local
646 BTIF_STORAGE_FILL_PROPERTY(&prop_name, BT_PROPERTY_TYPE_OF_DEVICE, in btif_update_remote_properties()
648 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == BT_STATUS_SUCCESS) in btif_update_remote_properties()